[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx11_asm_ldsdir_err.s
blob75795d90c3234edc21f861f031e0ebafe0b8d173
1 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -show-encoding %s 2>&1 | FileCheck -check-prefix=GFX11 %s
3 lds_param_load v17, attr33.x
4 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
6 lds_param_load v17, attr33.y
7 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
9 lds_param_load v17, attr33.z
10 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
12 lds_param_load v17, attr33.w
13 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
15 lds_param_load v12, attr33.z wait_va_vdst:4
16 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number
18 lds_param_load v12, attr33.w wait_va_vdst:2 wait_vm_vsrc:1
19 // GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: out of bounds interpolation attribute number