Merge pull request #1527 from FernandoS27/assert-flow

Assert Control Flow Instructions using Control Codes
This commit is contained in:
bunnei 2018-11-01 00:34:56 -04:00 committed by GitHub
commit 9afcbba8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

@ -1235,6 +1235,7 @@ union Instruction {
BitField<60, 1, u64> is_b_gpr;
BitField<59, 1, u64> is_c_gpr;
BitField<20, 24, s64> smem_imm;
BitField<0, 5, ControlCode> flow_control_code;
Attribute attribute;
Sampler sampler;