14 lines · plain
1; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2,+sse4.12 3; No check in a crash test4 5define void @autogen_163411_5000() {6BB:7 %L = load <2 x i64>, ptr undef8 %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 010 %Shuff152 = shufflevector <2 x i64> %I51, <2 x i64> %Shuff11, <2 x i32> <i32 1, i32 3>11 store <2 x i64> %Shuff152, ptr undef12 ret void13}14