blob: ea22ff8a11e789fe9c6705e967f99251597d86eb [file]
# RUN: llc -mtriple=amdgpu7.00-amd-amdhsa -run-pass=none -verify-machineinstrs -o - %s | FileCheck %s
# This test checks for the correctness of the MIR parser for lanemask
# CHECK-LABEL: name: test_lanemask_operand
# CHECK: COPY_LANEMASK $vgpr0, lanemask(0x0000000000000002)
---
name: test_lanemask_operand
tracksRegLiveness: true
body: |
bb.0:
liveins: $vgpr0
$vgpr1 = COPY_LANEMASK $vgpr0, lanemask(2)
S_ENDPGM 0
...