[llvm-commits] [llvm] r122618 - /llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Dec 28 19:58:36 PST 2010


Author: chapuni
Date: Tue Dec 28 21:58:36 2010
New Revision: 122618

URL: http://llvm.org/viewvc/llvm-project?rev=122618&view=rev
Log:
test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.

Modified:
    llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll

Modified: llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll?rev=122618&r1=122617&r2=122618&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp-in-intregs.ll Tue Dec 28 21:58:36 2010
@@ -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.





More information about the llvm-commits mailing list