brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · 6d5f46c Raw
18 lines · plain
1# RUN: llc -mtriple=hexagon -start-after if-converter %s -o - | FileCheck %s2# CHECK: p0 = r03# CHECK-NEXT: jumpr r314 5# Make sure that the packetizer does not attempt to newify the J2_jumpr6# only because of the def-use of p0.7 8---9name: fred10tracksRegLiveness: true11body: |12  bb.0:13    liveins: $d014    $p0 = C2_tfrrp $r015    J2_jumpr $r31, implicit-def $pc, implicit $p016...17 18