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:
480b80a
)
test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 29 Dec 2010 03:58:36 +0000
(
03:58
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 29 Dec 2010 03:58:36 +0000
(
03:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122618
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fp-in-intregs.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fp-in-intregs.ll
b/test/CodeGen/X86/fp-in-intregs.ll
index 08ea77d75f26c1107a91453e23dea84b731352bb..6966cf0497898ea1cc2a132157c88203de464f0c 100644
(file)
--- a/
test/CodeGen/X86/fp-in-intregs.ll
+++ b/
test/CodeGen/X86/fp-in-intregs.ll
@@
-1,4
+1,5
@@
-; RUN: llc < %s -march=x86 -mcpu=yonah | not egrep {\(\(xor\|and\)ps\|movd\)}
+; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s
+; CHECK-NOT: {{((xor|and)ps|movd)}}
; These operations should be done in integer registers, eliminating constant
; pool loads, movd's etc.