blob: 1a74401a2e7be593b56325e8c3ab84f5ad4500f4 [file] [log] [blame]
# RUN: llc -march=hexagon -run-pass hexagon-rdf-opt %s -o - | FileCheck %s
# Check that r29 gets propagated into the A2_addi, and that the renamable
# flag is cleared.
# CHECK: renamable $r28 = COPY $r29
# CHECK-NOT: renamable
---
name: fred
tracksRegLiveness: true
body: |
bb.0:
renamable $r28 = COPY $r29
$r0 = A2_addi renamable $r28, 1
J2_jumpr $r31, implicit-def $pc, implicit $r0
...