[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / MC / Hexagon / multiple_errs.s
blobcd04c0efbd360e18cebabdb63a4cf1a6ca2046e2
1 # RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t
5 if (!p0) r0=r1;
6 if (!p0) r0=r2;
7 trap0(#15);
9 # CHECK: error: register `R0' modified more than once
10 # CHECK: error: Instruction is marked `isSolo' and cannot have other instructions in the same packet