blob: ba98e8e010d96bea1e0baad7b0d21d01e7ec6b0d [file] [log] [blame]
# RUN: llc -mtriple=hexagon -run-pass postrapseudos -run-pass machineverifier -o - %s | FileCheck %s
# Check that v3 is marked as "undef".
# CHECK: $w0 = V6_vcombine undef $v3, $v2
---
name: fred
tracksRegLiveness: true
body: |
bb.0:
liveins: $w1
A2_nop implicit killed $v3
$w0 = COPY $w1
J2_jumpr $r31, implicit-def $pc
...