summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 00:48:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 00:48:27 +0000
commitcb84142195fe3b8d5d0623693be49bb5ef2ffd85 (patch)
tree0d1300c67946f626a2267d2f97aeda284462b128 /test
parentbb22ad1e1be484085ba2225e9cf1f6558276ea0e (diff)
downloadllvm-cb84142195fe3b8d5d0623693be49bb5ef2ffd85.tar.gz
llvm-cb84142195fe3b8d5d0623693be49bb5ef2ffd85.tar.bz2
llvm-cb84142195fe3b8d5d0623693be49bb5ef2ffd85.tar.xz
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression corresponding to r168627. Win32 and *bsd were affected.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2012-07-15-broadcastfold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-07-15-broadcastfold.ll b/test/CodeGen/X86/2012-07-15-broadcastfold.ll
index 3b7a8a7b87..2c7dfc8dfd 100644
--- a/test/CodeGen/X86/2012-07-15-broadcastfold.ll
+++ b/test/CodeGen/X86/2012-07-15-broadcastfold.ll
@@ -3,7 +3,7 @@
declare x86_fastcallcc i64 @barrier()
;CHECK: bcast_fold
-;CHECK: vmovaps %xmm{{[0-9]+}}, [[SPILLED:[^\)]+\)]]
+;CHECK: vmov{{[au]}}ps %xmm{{[0-9]+}}, [[SPILLED:[^\)]+\)]]
;CHECK: barrier
;CHECK: vbroadcastss [[SPILLED]], %ymm0
;CHECK: ret