[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / MIR / Hexagon / parse-lane-masks.mir
blob1b6dc3b4c41bfa3ebc832b53ac60e9e651496d83
1 # RUN: llc -march=hexagon -run-pass none -o - %s | FileCheck %s
2 # Check that the MIR parser can parse lane masks in block liveins.
4 # CHECK-LABEL: name: foo
5 # CHECK: bb.0:
6 # CHECK: liveins: $d0:0x00000002, $d1, $d2:0x00000010
8 --- |
9   define void @foo() {
10     ret void
11   }
12 ...
14 ---
15 name: foo
16 tracksRegLiveness: true
18 body: |
19   bb.0:
20     liveins: $d0:0x00002, $d1, $d2:16
21     A2_nop
22 ...