summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-11 20:10:41 +0000
committerDan Gohman <gohman@apple.com>2008-08-11 20:10:41 +0000
commitc82ad79c64a69f4e5fcf3092b332a96aa86ef4bd (patch)
treee6eb29193d20c7844efd51b65d5b8d2b6cd15c7d /llvm/test/CodeGen/X86
parent2de4b5e2fc365f077aca1820b400e498c0e13335 (diff)
downloadbcm5719-llvm-c82ad79c64a69f4e5fcf3092b332a96aa86ef4bd.tar.gz
bcm5719-llvm-c82ad79c64a69f4e5fcf3092b332a96aa86ef4bd.zip
Improve the grep commands for this test to be tolerant of ABI
differences, and to be more specific. llvm-svn: 54648
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/extractps.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/extractps.ll b/llvm/test/CodeGen/X86/extractps.ll
index eb043f3b431..0c20cb36949 100644
--- a/llvm/test/CodeGen/X86/extractps.ll
+++ b/llvm/test/CodeGen/X86/extractps.ll
@@ -1,4 +1,7 @@
-; RUN: llvm-as < %s | llc -mcpu=penryn | grep mov | count 1
+; RUN: llvm-as < %s | llc -mcpu=penryn > %t
+; not grep movd %t
+; not grep movss %t
+; grep {extractps \\$0, %xmm0, } %t
; PR2647
external global float, align 16 ; <float*>:0 [#uses=2]
OpenPOWER on IntegriCloud