blob: f654a1664c8b4c9e8d77e1e6d9b6252889c06139 [file] [log] [blame]
Anton Korobeynikov2ba62ef2009-09-08 22:51:43 +00001; RUN: llc -mattr=+neon < %s
2target 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"
3target triple = "thumbv7-elf"
4
5define arm_apcscc void @foo() {
6entry:
7 %0 = insertelement <4 x i32> undef, i32 -1, i32 3
8 store <4 x i32> %0, <4 x i32>* undef, align 16
9 unreachable
10}