summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avx-splat.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-02-07 06:28:42 +0000
committerCraig Topper <craig.topper@gmail.com>2012-02-07 06:28:42 +0000
commitb27fd77c3f4c58edcd21e0f063d5d706cfe893e8 (patch)
treecd298da43906c70f514f8f3ac7456a3ea459f74c /llvm/test/CodeGen/X86/avx-splat.ll
parenta2886c21d9a08d63c324cc61aa91ae0893507a31 (diff)
downloadbcm5719-llvm-b27fd77c3f4c58edcd21e0f063d5d706cfe893e8.tar.gz
bcm5719-llvm-b27fd77c3f4c58edcd21e0f063d5d706cfe893e8.zip
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
llvm-svn: 149968
Diffstat (limited to 'llvm/test/CodeGen/X86/avx-splat.ll')
-rw-r--r--llvm/test/CodeGen/X86/avx-splat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx-splat.ll b/llvm/test/CodeGen/X86/avx-splat.ll
index f8522c26951..94bcddd9759 100644
--- a/llvm/test/CodeGen/X86/avx-splat.ll
+++ b/llvm/test/CodeGen/X86/avx-splat.ll
@@ -32,7 +32,7 @@ entry:
ret <4 x i64> %vecinit6.i
}
-; CHECK: vshufpd $0
+; CHECK: vpermilpd $0
; CHECK-NEXT: vinsertf128 $1
define <4 x double> @funcD(double %q) nounwind uwtable readnone ssp {
entry:
OpenPOWER on IntegriCloud