Skip to content

Commit 382a085

Browse files
committed
[AMDGPU] Regenerate mfma-loop.ll test
#125885 did not update the test.
1 parent 5b29058 commit 382a085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/AMDGPU/mfma-loop.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ define amdgpu_kernel void @test_mfma_loop_non_splat(ptr addrspace(1) %arg) #0 {
506506
; GFX908-NEXT: v_accvgpr_write_b32 a3, 0
507507
; GFX908-NEXT: v_accvgpr_write_b32 a2, 0
508508
; GFX908-NEXT: v_accvgpr_write_b32 a0, 0
509-
; GFX908-NEXT: s_mov_b32 s0, 16
510509
; GFX908-NEXT: v_mov_b32_e32 v0, 1.0
510+
; GFX908-NEXT: s_mov_b32 s0, 16
511511
; GFX908-NEXT: v_mov_b32_e32 v1, 2.0
512512
; GFX908-NEXT: .LBB2_1: ; %for.cond.preheader
513513
; GFX908-NEXT: ; =>This Inner Loop Header: Depth=1
@@ -566,7 +566,6 @@ define amdgpu_kernel void @test_mfma_loop_non_splat(ptr addrspace(1) %arg) #0 {
566566
;
567567
; GFX90A-LABEL: test_mfma_loop_non_splat:
568568
; GFX90A: ; %bb.0: ; %entry
569-
; GFX90A-NEXT: v_mov_b32_e32 v0, 1.0
570569
; GFX90A-NEXT: v_accvgpr_write_b32 a1, 1.0
571570
; GFX90A-NEXT: v_accvgpr_write_b32 a31, 0
572571
; GFX90A-NEXT: v_accvgpr_write_b32 a30, 0
@@ -600,6 +599,7 @@ define amdgpu_kernel void @test_mfma_loop_non_splat(ptr addrspace(1) %arg) #0 {
600599
; GFX90A-NEXT: v_accvgpr_write_b32 a2, 0
601600
; GFX90A-NEXT: v_accvgpr_write_b32 a0, 0
602601
; GFX90A-NEXT: s_mov_b32 s0, 16
602+
; GFX90A-NEXT: v_mov_b32_e32 v0, 1.0
603603
; GFX90A-NEXT: v_mov_b32_e32 v1, 2.0
604604
; GFX90A-NEXT: .LBB2_1: ; %for.cond.preheader
605605
; GFX90A-NEXT: ; =>This Inner Loop Header: Depth=1
@@ -626,7 +626,6 @@ define amdgpu_kernel void @test_mfma_loop_non_splat(ptr addrspace(1) %arg) #0 {
626626
;
627627
; GFX942-LABEL: test_mfma_loop_non_splat:
628628
; GFX942: ; %bb.0: ; %entry
629-
; GFX942-NEXT: v_mov_b32_e32 v0, 1.0
630629
; GFX942-NEXT: v_accvgpr_write_b32 a1, 1.0
631630
; GFX942-NEXT: v_accvgpr_write_b32 a31, 0
632631
; GFX942-NEXT: v_accvgpr_write_b32 a30, 0
@@ -660,6 +659,7 @@ define amdgpu_kernel void @test_mfma_loop_non_splat(ptr addrspace(1) %arg) #0 {
660659
; GFX942-NEXT: v_accvgpr_write_b32 a2, 0
661660
; GFX942-NEXT: v_accvgpr_write_b32 a0, 0
662661
; GFX942-NEXT: s_mov_b32 s0, 16
662+
; GFX942-NEXT: v_mov_b32_e32 v0, 1.0
663663
; GFX942-NEXT: v_mov_b32_e32 v1, 2.0
664664
; GFX942-NEXT: .LBB2_1: ; %for.cond.preheader
665665
; GFX942-NEXT: ; =>This Inner Loop Header: Depth=1

0 commit comments

Comments
 (0)