24 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass none -o - %s | FileCheck %s2# Check that the MIR parser can parse lane masks in block liveins.3 4# CHECK-LABEL: name: foo5# CHECK: bb.0:6# CHECK: liveins: $d0:0x0000000000000002, $d1, $d2:0x00000000000000107 8--- |9 define void @foo() {10 ret void11 }12...13 14---15name: foo16tracksRegLiveness: true17 18body: |19 bb.0:20 liveins: $d0:0x00002, $d1, $d2:1621 A2_nop22...23 24