summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-08-25 01:47:16 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-08-25 01:47:16 +0000
commit0bc919fa351eb5dd06006dc801920823ca49794c (patch)
treebe74a8992ec88f6f4053be1c8aeea4069ad7fdb8
parent4afea9e3c66665079af4e597362a9261be58a0a4 (diff)
downloadbcm5719-llvm-0bc919fa351eb5dd06006dc801920823ca49794c.tar.gz
bcm5719-llvm-0bc919fa351eb5dd06006dc801920823ca49794c.zip
Convert test to use filecheck and make it more specific
llvm-svn: 112016
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-24.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-24.ll b/llvm/test/CodeGen/X86/vec_shuffle-24.ll
index 7562f1d8959..1b104deb305 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-24.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-24.ll
@@ -1,7 +1,8 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep punpck
+; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
define i32 @t() nounwind optsize {
entry:
+; CHECK: punpckldq
%a = alloca <4 x i32> ; <<4 x i32>*> [#uses=2]
%b = alloca <4 x i32> ; <<4 x i32>*> [#uses=5]
volatile store <4 x i32> < i32 0, i32 1, i32 2, i32 3 >, <4 x i32>* %a
OpenPOWER on IntegriCloud