xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/2009-09-09-AllOnes.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mattr=+neon < %s
2*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32"
3*9880d681SAndroid Build Coastguard Workertarget triple = "thumbv7-elf"
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Workerdefine void @foo() {
6*9880d681SAndroid Build Coastguard Workerentry:
7*9880d681SAndroid Build Coastguard Worker  %0 = insertelement <4 x i32> undef, i32 -1, i32 3
8*9880d681SAndroid Build Coastguard Worker  store <4 x i32> %0, <4 x i32>* undef, align 16
9*9880d681SAndroid Build Coastguard Worker  unreachable
10*9880d681SAndroid Build Coastguard Worker}
11