blob: 647f6116f18f77c39d15e41f74259813cea5d24d [file] [edit]
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
---
name: test_wrong_lanemask_type
tracksRegLiveness: true
body: |
bb.0:
liveins: $vgpr0
; CHECK: [[@LINE+1]]:45: expected a valid lane mask value
$vgpr1 = COPY_LANEMASK $vgpr0, lanemask(undef)
S_ENDPGM 0
...