xref: /aosp_15_r20/external/llvm/test/CodeGen/Thumb2/buildvector-crash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -O3 -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -mcpu=cortex-a8 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; Formerly crashed, 3573915.
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Workerdefine void @RotateStarsFP_Vec() nounwind {
5*9880d681SAndroid Build Coastguard Workerbb.nph372:
6*9880d681SAndroid Build Coastguard Worker  br label %bb8
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerbb8:                                              ; preds = %bb8, %bb.nph372
9*9880d681SAndroid Build Coastguard Worker  %0 = fadd <4 x float> undef, <float 0xBFEE353F80000000, float 0xBFEE353F80000000, float 0xBFEE353F80000000, float 0xBFEE353F80000000>
10*9880d681SAndroid Build Coastguard Worker  %1 = fmul <4 x float> %0, undef
11*9880d681SAndroid Build Coastguard Worker  %2 = fmul <4 x float> %1, undef
12*9880d681SAndroid Build Coastguard Worker  %3 = fadd <4 x float> undef, %2
13*9880d681SAndroid Build Coastguard Worker  store <4 x float> %3, <4 x float>* undef, align 4
14*9880d681SAndroid Build Coastguard Worker  br label %bb8
15*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: RotateStarsFP_Vec:
16*9880d681SAndroid Build Coastguard Worker; CHECK: vld1.64
17*9880d681SAndroid Build Coastguard Worker}
18