summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr13577.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/pr13577.ll')
-rw-r--r--llvm/test/CodeGen/X86/pr13577.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr13577.ll b/llvm/test/CodeGen/X86/pr13577.ll
index 13b3665d1a7..090c7262d6e 100644
--- a/llvm/test/CodeGen/X86/pr13577.ll
+++ b/llvm/test/CodeGen/X86/pr13577.ll
@@ -7,7 +7,9 @@
; CHECK-LABEL: foo:
; CHECK: movq {{.*}}, %rax
-; CHECK: testl $32768, %eax
+; CHECK: shlq $48, %rax
+; CHECK: sets %al
+; CHECK: testb %al, %al
; CHECK: flds LCPI0_0(%rip)
; CHECK: flds LCPI0_1(%rip)
; CHECK: fcmovne %st(1), %st(0)
OpenPOWER on IntegriCloud