[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / invalid-dotnew-attempt.mir
blob7fe7fcfae5814a4cefe5d80ee197ef251dd9455f
1 # RUN: llc -march=hexagon -start-after if-converter %s -o - | FileCheck %s
2 # CHECK: p0 = r0
3 # CHECK-NEXT: jumpr r31
5 # Make sure that the packetizer does not attempt to newify the J2_jumpr
6 # only because of the def-use of p0.
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 ...