1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/CodeGen/Hexagon/newvaluejump-kill2.mir
Krzysztof Parzyszek 840728b581 [Hexagon] Update kills in hexagon-nvj even more properly than before
Account for the fact that both, the feeder and the compare can be moved
over instructions that kill registers.

llvm-svn: 306443
2017-06-27 18:37:16 +00:00

19 lines
491 B
YAML

# RUN: llc -march=hexagon -run-pass hexagon-nvj -verify-machineinstrs %s -o - | FileCheck %s
# CHECK: J4_cmpgtu_t_jumpnv_t killed %r3, killed %r1, %bb.1, implicit-def %pc
---
name: fred
tracksRegLiveness: true
body: |
bb.0:
liveins: %r0
%r1 = A2_addi %r0, -1
%r2 = A2_tfrsi -1431655765
%r3 = A2_tfrsi 2
%p0 = C2_cmpgtu killed %r3, %r1
%r2 = S4_subaddi killed %r1, 1, killed %r2
J2_jumpt killed %p0, %bb.1, implicit-def %pc
bb.1:
...