summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vselect-2.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-09-03 17:52:23 +0000
committerCraig Topper <craig.topper@intel.com>2017-09-03 17:52:23 +0000
commitfa82efb50a48b295a95ca01ef4c62ae3afc67a93 (patch)
tree56476d60f16ce36c56faeeec2f0d8eb801b9be85 /llvm/test/CodeGen/X86/vselect-2.ll
parentbb6506d251b52df06546f3a838f34309d1f9b17e (diff)
downloadbcm5719-llvm-fa82efb50a48b295a95ca01ef4c62ae3afc67a93.tar.gz
bcm5719-llvm-fa82efb50a48b295a95ca01ef4c62ae3afc67a93.zip
[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.
llvm-svn: 312449
Diffstat (limited to 'llvm/test/CodeGen/X86/vselect-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/vselect-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vselect-2.ll b/llvm/test/CodeGen/X86/vselect-2.ll
index 3ceff7ddd6e..1ffcdb09c55 100644
--- a/llvm/test/CodeGen/X86/vselect-2.ll
+++ b/llvm/test/CodeGen/X86/vselect-2.ll
@@ -23,7 +23,7 @@ define <4 x i32> @test1(<4 x i32> %A, <4 x i32> %B) {
;
; AVX2-LABEL: test1:
; AVX2: # BB#0:
-; AVX2-NEXT: vpblendd {{.*#+}} xmm0 = xmm0[0,1],xmm1[2,3]
+; AVX2-NEXT: vblendps {{.*#+}} xmm0 = xmm0[0,1],xmm1[2,3]
; AVX2-NEXT: retq
%select = select <4 x i1><i1 true, i1 true, i1 false, i1 false>, <4 x i32> %A, <4 x i32> %B
ret <4 x i32> %select
@@ -47,7 +47,7 @@ define <4 x i32> @test2(<4 x i32> %A, <4 x i32> %B) {
;
; AVX2-LABEL: test2:
; AVX2: # BB#0:
-; AVX2-NEXT: vpblendd {{.*#+}} xmm0 = xmm1[0,1],xmm0[2,3]
+; AVX2-NEXT: vblendps {{.*#+}} xmm0 = xmm1[0,1],xmm0[2,3]
; AVX2-NEXT: retq
%select = select <4 x i1><i1 false, i1 false, i1 true, i1 true>, <4 x i32> %A, <4 x i32> %B
ret <4 x i32> %select
OpenPOWER on IntegriCloud