1# RUN: llc -march=hexagon -run-pass postrapseudos -run-pass machineverifier -o - %s | FileCheck %s 2 3# Check that v3 is marked as "undef". 4# CHECK: $w0 = V6_vcombine undef $v3, $v2 5 6--- 7name: fred 8tracksRegLiveness: true 9body: | 10 bb.0: 11 liveins: $w1 12 A2_nop implicit killed $v3 13 $w0 = COPY $w1 14 J2_jumpr $r31, implicit-def $pc 15... 16 17