summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ctpop-combine.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:19:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:19:46 +0000
commite51a69c8fdcecf895ac0dff22bc2a8a779bd94de (patch)
tree6781aa0c3f9dc9f79b907b0c4b6a7e6bddc34282 /test/CodeGen/X86/ctpop-combine.ll
parentc3bf772620e21b416a041d805181f911678a1f4a (diff)
downloadllvm-e51a69c8fdcecf895ac0dff22bc2a8a779bd94de.tar.gz
llvm-e51a69c8fdcecf895ac0dff22bc2a8a779bd94de.tar.bz2
llvm-e51a69c8fdcecf895ac0dff22bc2a8a779bd94de.tar.xz
Relax expressions and add explicit triplets -linux and -win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ctpop-combine.ll')
-rw-r--r--test/CodeGen/X86/ctpop-combine.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/ctpop-combine.ll b/test/CodeGen/X86/ctpop-combine.ll
index c957d385a2..6406cc73e4 100644
--- a/test/CodeGen/X86/ctpop-combine.ll
+++ b/test/CodeGen/X86/ctpop-combine.ll
@@ -9,7 +9,7 @@ define i32 @test1(i64 %x) nounwind readnone {
%conv = zext i1 %cmp to i32
ret i32 %conv
; CHECK: test1:
-; CHECK: leaq -1(%rdi)
+; CHECK: leaq -1([[A0:%rdi|%rcx]])
; CHECK-NEXT: testq
; CHECK-NEXT: setne
; CHECK: ret
@@ -22,7 +22,7 @@ define i32 @test2(i64 %x) nounwind readnone {
%conv = zext i1 %cmp to i32
ret i32 %conv
; CHECK: test2:
-; CHECK: leaq -1(%rdi)
+; CHECK: leaq -1([[A0]])
; CHECK-NEXT: testq
; CHECK-NEXT: sete
; CHECK: ret