Fixed a bug in SelectionDAG.cpp.
[oota-llvm.git] / test / CodeGen / X86 / avx-shuffle-x86_32.ll
1 ; RUN: llc < %s -mtriple=i686-pc-win32 -mcpu=corei7-avx -mattr=+avx | FileCheck %s\r
2 \r
3 define <4 x i64> @test1(<4 x i64> %a) nounwind {\r
4  %b = shufflevector <4 x i64> %a, <4 x i64> undef, <4 x i32> <i32 1, i32 3, i32 5, i32 7>\r
5  ret <4 x i64>%b\r
6  ; CHECK test1:\r
7  ; CHECK: vinsertf128\r
8  }\r