Skip to content

Commit 5abc089

Browse files
committed
Fixup tests after rebase
1 parent 52aebbf commit 5abc089

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llvm/test/CodeGen/AMDGPU/llvm.amdgcn.dead.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ define i32 @dead(i1 %cond, i32 %x, ptr addrspace(1) %ptr1, ptr addrspace(1) %ptr
2525
; ASM-DAG-NEXT: .LBB0_2: ; %if.end
2626
; ASM-DAG-NEXT: s_wait_alu 0xfffe
2727
; ASM-DAG-NEXT: s_or_b32 exec_lo, exec_lo, s0
28-
; ASM-DAG-NEXT: s_wait_alu 0xfffe
2928
; ASM-DAG-NEXT: s_setpc_b64 s[30:31]
3029
;
3130
; ASM-GISEL-LABEL: dead:
@@ -49,8 +48,8 @@ define i32 @dead(i1 %cond, i32 %x, ptr addrspace(1) %ptr1, ptr addrspace(1) %ptr
4948
; ASM-GISEL-NEXT: .LBB0_2: ; %if.end
5049
; ASM-GISEL-NEXT: s_wait_alu 0xfffe
5150
; ASM-GISEL-NEXT: s_or_b32 exec_lo, exec_lo, s0
52-
; ASM-GISEL-NEXT: s_wait_alu 0xfffe
5351
; ASM-GISEL-NEXT: s_setpc_b64 s[30:31]
52+
; ASM-DAG: ; %bb.0: ; %entry
5453
entry:
5554
%dead = call i32 @llvm.amdgcn.dead()
5655
br i1 %cond, label %if.then, label %if.end

llvm/test/CodeGen/AMDGPU/llvm.amdgcn.init.whole.wave-w32.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ define amdgpu_cs_chain void @with_inactive_vgprs(ptr inreg %callee, i32 inreg %e
11491149
; GISEL12-NEXT: s_wait_alu 0xfffe
11501150
; GISEL12-NEXT: s_or_b32 exec_lo, exec_lo, s1
11511151
; GISEL12-NEXT: s_mov_b32 exec_lo, s2
1152-
; GISEL12-NEXT: s_wait_alu 0xfffe
11531152
; GISEL12-NEXT: s_setpc_b64 s[4:5]
11541153
;
11551154
; DAGISEL12-LABEL: with_inactive_vgprs:

0 commit comments

Comments
 (0)