Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / pr10525.ll
1 ; RUN: llc < %s -march=x86-64 -mattr=+sse2,+sse4.1
2
3 ; No check in a crash test
4
5 define void @autogen_163411_5000() {
6 BB:
7   %L = load <2 x i64>, <2 x i64>* undef
8   %Shuff11 = shufflevector <2 x i64> %L, <2 x i64> %L, <2 x i32> <i32 2, i32 0>
9   %I51 = insertelement <2 x i64> undef, i64 undef, i32 0
10   %Shuff152 = shufflevector <2 x i64> %I51, <2 x i64> %Shuff11, <2 x i32> <i32 1, i32 3>
11   store <2 x i64> %Shuff152, <2 x i64>* undef
12   ret void
13 }