2009-12-09 07:06:22 +08:00
|
|
|
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
|
|
|
|
2009-12-18 09:03:29 +08:00
|
|
|
; Radar 7449043
|
2009-12-09 07:06:22 +08:00
|
|
|
%struct.int32x4_t = type { <4 x i32> }
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define void @t() nounwind {
|
2009-12-09 07:06:22 +08:00
|
|
|
entry:
|
|
|
|
; CHECK: vmov.I64 q15, #0
|
2011-04-19 08:14:43 +08:00
|
|
|
; CHECK: vmov.32 d30[0],
|
2010-10-08 14:15:13 +08:00
|
|
|
; CHECK: vmov q8, q15
|
2009-12-09 07:06:22 +08:00
|
|
|
%tmp = alloca %struct.int32x4_t, align 16
|
|
|
|
call void asm sideeffect "vmov.I64 q15, #0\0Avmov.32 d30[0], $1\0Avmov ${0:q}, q15\0A", "=*w,r,~{d31},~{d30}"(%struct.int32x4_t* %tmp, i32 8192) nounwind
|
|
|
|
ret void
|
|
|
|
}
|
2009-12-18 09:03:29 +08:00
|
|
|
|
|
|
|
; Radar 7457110
|
|
|
|
%struct.int32x2_t = type { <4 x i32> }
|
|
|
|
|
2010-06-17 23:18:27 +08:00
|
|
|
define void @t2() nounwind {
|
2009-12-18 09:03:29 +08:00
|
|
|
entry:
|
2010-10-08 14:15:13 +08:00
|
|
|
; CHECK: vmov d30, d16
|
2009-12-18 09:03:29 +08:00
|
|
|
; CHECK: vmov.32 r0, d30[0]
|
|
|
|
%asmtmp2 = tail call i32 asm sideeffect "vmov d30, $1\0Avmov.32 $0, d30[0]\0A", "=r,w,~{d30}"(<2 x i32> undef) nounwind
|
|
|
|
ret void
|
|
|
|
}
|
2011-06-02 03:55:10 +08:00
|
|
|
|
|
|
|
; Radar 9306086
|
|
|
|
|
|
|
|
%0 = type { <8 x i8>, <16 x i8>* }
|
|
|
|
|
|
|
|
define hidden void @conv4_8_E() nounwind {
|
|
|
|
entry:
|
|
|
|
%asmtmp31 = call %0 asm "vld1.u8 {$0}, [$1, :128]!\0A", "=w,=r,1"(<16 x i8>* undef) nounwind
|
|
|
|
unreachable
|
|
|
|
}
|