forked from OSchip/llvm-project
Convert test to use filecheck and make it more specific
llvm-svn: 112016
This commit is contained in:
parent
4afea9e3c6
commit
0bc919fa35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue