Skip to content

Commit 9b23c97

Browse files
committed
Updated test
1 parent 52d67a5 commit 9b23c97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/test/CodeGen/AMDGPU/cluster_stores.ll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ define amdgpu_ps void @cluster_image_load(<8 x i32> inreg %src, <8 x i32> inreg
318318
; GFX11-NEXT: v_dual_add_f32 v2, v2, v6 :: v_dual_add_f32 v5, v5, v9
319319
; GFX11-NEXT: v_dual_add_f32 v4, v4, v8 :: v_dual_add_f32 v3, v3, v7
320320
; GFX11-NEXT: image_store v[2:5], v[0:1], s[8:15] dmask:0xf dim:SQ_RSRC_IMG_2D unorm
321-
; GFX11-NEXT: s_nop 0
322-
; GFX11-NEXT: s_sendmsg sendmsg(MSG_DEALLOC_VGPRS)
323321
; GFX11-NEXT: s_endpgm
324322
entry:
325323
%x1 = add i32 %x, 1
@@ -374,8 +372,6 @@ define amdgpu_ps void @no_cluster_image_load(<8 x i32> inreg %src1, <8 x i32> in
374372
; GFX11-NEXT: v_dual_add_f32 v5, v5, v9 :: v_dual_add_f32 v4, v4, v8
375373
; GFX11-NEXT: v_dual_add_f32 v3, v3, v7 :: v_dual_add_f32 v2, v2, v6
376374
; GFX11-NEXT: image_store v[2:5], v[0:1], s[16:23] dmask:0xf dim:SQ_RSRC_IMG_2D unorm
377-
; GFX11-NEXT: s_nop 0
378-
; GFX11-NEXT: s_sendmsg sendmsg(MSG_DEALLOC_VGPRS)
379375
; GFX11-NEXT: s_endpgm
380376
entry:
381377
%val1 = call <4 x float> @llvm.amdgcn.image.load.mip.2d.v4f32.i32(i32 15, i32 %x, i32 %y, i32 0, <8 x i32> %src1, i32 0, i32 0)
@@ -464,8 +460,6 @@ define amdgpu_ps void @cluster_image_sample(<8 x i32> inreg %src, <4 x i32> inre
464460
; GFX11-NEXT: v_dual_add_f32 v5, v5, v9 :: v_dual_add_f32 v4, v4, v8
465461
; GFX11-NEXT: v_dual_add_f32 v3, v3, v7 :: v_dual_add_f32 v2, v2, v6
466462
; GFX11-NEXT: image_store v[2:5], v[0:1], s[12:19] dmask:0xf dim:SQ_RSRC_IMG_2D unorm
467-
; GFX11-NEXT: s_nop 0
468-
; GFX11-NEXT: s_sendmsg sendmsg(MSG_DEALLOC_VGPRS)
469463
; GFX11-NEXT: s_endpgm
470464
entry:
471465
%s = sitofp i32 %x to float

0 commit comments

Comments
 (0)