mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Convert test to use filecheck and make it more specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cd2075549
commit
ddd10affab
@ -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
Block a user