Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest."
[oota-llvm.git] / test / CodeGen / X86 / avx-shuffle.ll
index e472042b2ced67d6260d462f7fcd6fc49ffcb709..02aa617c56c51db51e23a79a6891c3434a438451 100644 (file)
@@ -306,11 +306,3 @@ define void @test20() {
   store <3 x double> %a1, <3 x double>* undef, align 1
   ret void
 }
-
-define <2 x i64> @test_insert_64_zext(<2 x i64> %i) {
-; CHECK-LABEL: test_insert_64_zext
-; CHECK-NOT: xor
-; CHECK: vmovq
-  %1 = shufflevector <2 x i64> %i, <2 x i64> <i64 0, i64 undef>, <2 x i32> <i32 0, i32 2>
-  ret <2 x i64> %1
-}