xref: /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/pr10525.ll (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc; RUN: llc < %s -march=x86-64 -mattr=+sse2,+sse4.1
2*f4a2713aSLionel Sambuc
3*f4a2713aSLionel Sambuc; No check in a crash test
4*f4a2713aSLionel Sambuc
5*f4a2713aSLionel Sambucdefine void @autogen_163411_5000() {
6*f4a2713aSLionel SambucBB:
7*f4a2713aSLionel Sambuc  %L = load <2 x i64>* undef
8*f4a2713aSLionel Sambuc  %Shuff11 = shufflevector <2 x i64> %L, <2 x i64> %L, <2 x i32> <i32 2, i32 0>
9*f4a2713aSLionel Sambuc  %I51 = insertelement <2 x i64> undef, i64 undef, i32 0
10*f4a2713aSLionel Sambuc  %Shuff152 = shufflevector <2 x i64> %I51, <2 x i64> %Shuff11, <2 x i32> <i32 1, i32 3>
11*f4a2713aSLionel Sambuc  store <2 x i64> %Shuff152, <2 x i64>* undef
12*f4a2713aSLionel Sambuc  ret void
13*f4a2713aSLionel Sambuc}
14