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:
49b83e1
)
llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 9 Jun 2014 14:20:23 +0000
(14:20 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 9 Jun 2014 14:20:23 +0000
(14:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210471
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2014-05-29-factorial.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2014-05-29-factorial.ll
b/test/CodeGen/X86/2014-05-29-factorial.ll
index 70255bd3219c8b1e73078bd2111239598fd63736..987a21d34eabd75297be7b75f5393aa03bb76f22 100644
(file)
--- a/
test/CodeGen/X86/2014-05-29-factorial.ll
+++ b/
test/CodeGen/X86/2014-05-29-factorial.ll
@@
-1,6
+1,6
@@
; RUN: llc < %s -march=x86-64 | FileCheck %s
-; CHECK: decq
%rdi
-; CHECK-NOT: testq
%rdi, %rdi
+; CHECK: decq
[[X:%rdi|%rcx]]
+; CHECK-NOT: testq
[[X]], [[X]]
define i64 @fact2(i64 %x) {
entry: