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