You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
427 B

# RUN: llc -march=hexagon -start-after if-converter %s -o - | FileCheck %s
# Test that we do no generate a .cur, which refers to vector register generated
# in a previous packet and used in the current packet.
# CHECK-NOT: .cur
---
name: fred
tracksRegLiveness: true
body: |
bb.0:
liveins: $r0, $v0, $v1
$v2 = V6_vaddh $v0, $v1
$v0 = V6_vL32b_ai $r0, 0
J2_jumpr $r31, implicit-def $pc, implicit $v0
...