Recommit r310809 with a fix for the spill problem
[llvm-core.git] / test / CodeGen / Hexagon / invalid-dotnew-attempt.mir
blob2233e3289f112fe2c4f26a30ed31530c57c2a733
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 ...