bolt/deps/llvm-18.1.8/llvm/test/MC/Hexagon/PacketRules/cof_max1.s
2025-02-14 19:21:04 +01:00

10 lines
286 B
ArmAsm

# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s
{ jumpr r0
jumpr r0 }
# CHECK: 3:3: error: Instruction may not be in a packet with other branches
{ jump unknown
if (p0) jump unknown }
# CHECK: 7:3: error: Instruction may not be the first branch in packet