Bill Wendling | 5def891 | 2012-09-26 06:16:18 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=arm -mcpu=cortex-a8 2>&1 | FileCheck %s |
2 | |||||
3 | ; Check for error message: | ||||
4 | ; CHECK: scalar-to-vector conversion failed, possible invalid constraint for vector type | ||||
5 | |||||
6 | define hidden void @f(i32* %corr, i32 %order) nounwind ssp { | ||||
7 | tail call void asm sideeffect "vst1.s32 { ${1:q}, ${2:q} }, [$0]", "r,{q0},{q1}"(i32* %corr, <2 x i64>* undef, <2 x i64>* undef) nounwind, !srcloc !0 | ||||
8 | ret void | ||||
9 | } | ||||
10 | |||||
11 | !0 = metadata !{i32 257} |