1 # RUN: llc -march=hexagon -start-after if-converter %s -o - | FileCheck %s 2 # CHECK: p0 = r0 3 # CHECK-NEXT: jumpr r31 4 5 # Make sure that the packetizer does not attempt to newify the J2_jumpr 6 # only because of the def-use of p0. 7 8 --- 9 name: fred 10 tracksRegLiveness: true 11 body: | 12 bb.0: 13 liveins: $d0 14 $p0 = C2_tfrrp $r0 15 J2_jumpr $r31, implicit-def $pc, implicit $p0 16 ... 17 18