13 lines · plain
1# RUN: not llvm-mc -triple=hexagon -mhvx -filetype=asm %s 2>%t; FileCheck --implicit-check-not="error:" %s <%t2{3 v0.tmp = vmem(r0+#0)4 v0 += vrmpyub(v1, r1)5}6# CHECK: error: register `V0.tmp' is accumulated in this packet7 8{9 v1.tmp = vmem(r0+#0)10 v1.w += vrmpy(v1.b,v2.b)11}12# CHECK: error: register `V1.tmp' is accumulated in this packet13