summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr17764.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr17764.ll')
-rw-r--r--test/CodeGen/X86/pr17764.ll10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pr17764.ll b/test/CodeGen/X86/pr17764.ll
new file mode 100644
index 0000000000..7a3fd6d181
--- /dev/null
+++ b/test/CodeGen/X86/pr17764.ll
@@ -0,0 +1,10 @@
+; RUN: llc < %s -mtriple=x86_64-linux -mcpu=core-avx2 | FileCheck %s
+
+define <16 x i16> @foo(<16 x i1> %mask, <16 x i16> %x, <16 x i16> %y) {
+ %ret = select <16 x i1> %mask, <16 x i16> %x, <16 x i16> %y
+ ret <16 x i16> %ret
+}
+
+; CHECK: foo
+; CHECK: vpblendvb %ymm0, %ymm1, %ymm2, %ymm0
+; CHECK: ret