brintos

brintos / llvm-project-archived public Read only

0
0
Text · 542 B · 34a607c Raw
16 lines · plain
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s2 3{ r0=sub(#1,r0)4  r1=sub(#1, r0)5  memw(r0)=r06  if (p3) dealloc_return }7 8 9# CHECK: note: Instruction can utilize slots: 0, 1, 2, 310# CHECK: note: Instruction can utilize slots: 0, 1, 2, 311# CHECK: note: Instruction can utilize slots: <None>12# CHECK: note: Instruction can utilize slots: 013# CHECK: note: Instruction was restricted from being in slot 114# CHECK: note: Instruction does not allow a store in slot 115# CHECK: error: invalid instruction packet: slot error16