summaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AMDGPU/i1-copy-implicit-def.ll')
-rw-r--r--test/CodeGen/AMDGPU/i1-copy-implicit-def.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll b/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
index b11a211376423..d6309a2dd5de1 100644
--- a/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
+++ b/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
@@ -4,9 +4,8 @@
; SILowerI1Copies was not handling IMPLICIT_DEF
; SI-LABEL: {{^}}br_implicit_def:
; SI: BB#0:
-; SI-NEXT: s_and_saveexec_b64
-; SI-NEXT: s_xor_b64
-; SI-NEXT: BB#1:
+; SI-NEXT: s_and_b64 vcc, exec
+; SI-NEXT: s_cbranch_vccnz
define void @br_implicit_def(i32 addrspace(1)* %out, i32 %arg) #0 {
bb:
br i1 undef, label %bb1, label %bb2