diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx2-shuffle.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/avx2-shuffle.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/avx2-shuffle.ll b/llvm/test/CodeGen/X86/avx2-shuffle.ll index cf319cb7fe1..0e6dd297f8d 100644 --- a/llvm/test/CodeGen/X86/avx2-shuffle.ll +++ b/llvm/test/CodeGen/X86/avx2-shuffle.ll @@ -54,10 +54,10 @@ define <8 x float> @blend_test3(<8 x float> %a, <8 x float> %b) nounwind alwaysi ; CHECK: blend_test4 ; CHECK: vblendpd -; CHECK: ret
-define <4 x i64> @blend_test4(<4 x i64> %a, <4 x i64> %b) nounwind alwaysinline {
- %t = shufflevector <4 x i64> %a, <4 x i64> %b, <4 x i32> <i32 0, i32 5, i32 6, i32 3>
- ret <4 x i64> %t
+; CHECK: ret +define <4 x i64> @blend_test4(<4 x i64> %a, <4 x i64> %b) nounwind alwaysinline { + %t = shufflevector <4 x i64> %a, <4 x i64> %b, <4 x i32> <i32 0, i32 5, i32 6, i32 3> + ret <4 x i64> %t } ; CHECK: vpshufhw $27, %ymm |

