Convert test to use filecheck and make it more specific

llvm-svn: 112016
This commit is contained in:
Bruno Cardoso Lopes 2010-08-25 01:47:16 +00:00
parent 4afea9e3c6
commit 0bc919fa35
1 changed files with 2 additions and 1 deletions

View File

@ -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