Skip to content

Commit 16c27bc

Browse files
authored
[AMDGPU][MC] Add GFX12 VDS encoding (#75316)
1 parent 0911f23 commit 16c27bc

File tree

6 files changed

+5153
-122
lines changed

6 files changed

+5153
-122
lines changed

llvm/lib/Target/AMDGPU/DSInstructions.td

Lines changed: 191 additions & 122 deletions
Large diffs are not rendered by default.

llvm/test/MC/AMDGPU/gfx11_unsupported.s

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,3 +1983,9 @@ s_cmp_nlt_f16 s1, s2
19831983

19841984
s_singleuse_vdst 0x1234
19851985
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1986+
1987+
ds_sub_clamp_rtn_u32 v5, v1, v2
1988+
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1989+
1990+
ds_sub_clamp_u32 v1, v2
1991+
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU

0 commit comments

Comments
 (0)