projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3bf772
)
Relax expressions and add explicit triplets -linux and -win32.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:19:46 +0000
(07:19 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:19:46 +0000
(07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126200
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/ctpop-combine.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/ctpop-combine.ll
b/test/CodeGen/X86/ctpop-combine.ll
index c957d385a24a14d59e7f6b6bc8ab8646811428c7..6406cc73e4128b8d6ccbfaacca942d1366331c66 100644
(file)
--- 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