Skip to content

Commit c120faa

Browse files
Move ds_bvh_stack_rtn_b32 test to gfx12_asm_ds_alias.s
1 parent d667e89 commit c120faa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

llvm/test/MC/AMDGPU/gfx12_asm_ds.s

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,12 +1929,6 @@ ds_bvh_stack_push4_pop1_rtn_b32 v1, v0, v1, v[2:5]
19291929
ds_bvh_stack_push4_pop1_rtn_b32 v1, v0, v1, v[2:5] offset:1
19301930
// GFX12: encoding: [0x01,0x00,0x80,0xdb,0x00,0x01,0x02,0x01]
19311931

1932-
ds_bvh_stack_rtn_b32 v1, v0, v1, v[2:5]
1933-
// GFX12: encoding: [0x00,0x00,0x80,0xdb,0x00,0x01,0x02,0x01]
1934-
1935-
ds_bvh_stack_rtn_b32 v1, v0, v1, v[2:5] offset:1
1936-
// GFX12: encoding: [0x01,0x00,0x80,0xdb,0x00,0x01,0x02,0x01]
1937-
19381932
ds_bvh_stack_push8_pop1_rtn_b32 v1, v0, v1, v[2:9]
19391933
// GFX12: encoding: [0x00,0x00,0x84,0xdb,0x00,0x01,0x02,0x01]
19401934

llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ ds_subrev_u64 v1, v[2:3]
3535

3636
ds_subrev_rtn_u64 v[5:6], v1, v[2:3]
3737
// GFX12: ds_rsub_rtn_u64 v[5:6], v1, v[2:3] ; encoding: [0x00,0x00,0x88,0xd9,0x01,0x02,0x00,0x05]
38+
39+
ds_bvh_stack_rtn_b32 v1, v0, v1, v[2:5]
40+
// GFX12: ds_bvh_stack_push4_pop1_rtn_b32 v1, v0, v1, v[2:5] ; encoding: [0x00,0x00,0x80,0xdb,0x00,0x01,0x02,0x01]
41+
42+
ds_bvh_stack_rtn_b32 v1, v0, v1, v[2:5] offset:1
43+
// GFX12: ds_bvh_stack_push4_pop1_rtn_b32 v1, v0, v1, v[2:5] offset:1 ; encoding: [0x01,0x00,0x80,0xdb,0x00,0x01,0x02,0x01]

0 commit comments

Comments
 (0)