blob: 75766099a2200bf65ba3b6fc776337207621bd34 [file] [log] [blame]
Bill Wendling81406f62012-09-26 04:04:19 +00001; RUN: llc < %s -march=arm -mcpu=cortex-a8 2>&1 | FileCheck %s
2
3; Check for error message:
4; CHECK: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
5
6define void @f() nounwind ssp {
7 %1 = call { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } asm "vldm $4, { ${0:q}, ${1:q}, ${2:q}, ${3:q} }", "=r,=r,=r,=r,r"(i64* undef) nounwind, !srcloc !0
8 ret void
9}
10
11!0 = metadata !{i32 318437}