xref: /llvm-project/llvm/test/MC/Hexagon/bug18767.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>%t; FileCheck %s < %t
2
3.L_:
4{
5  loop0(.L_,r2);
6  r7=r1;
7  r5=mpyi(r1,#64);
8  r6=#0;
9  nop;
10}
11# CHECK: rror: invalid instruction packet: out of slots
12