brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · fae0804 Raw
8 lines · plain
1# RUN: not llvm-mc -triple=hexagon -mcpu=hexagonv62 -filetype=obj -o - %s2# Check that a duplex involving dealloc_return is correctly checked3# dealloc_return cannot be involved in a double jump packet4 5{ r0=add(r0,#-1)6  p0=cmp.eq(r0,r0); if (p0.new) jump:nt 07  if (p0) dealloc_return }8