| // NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6 |
| // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -filetype=null %s 2>&1 | FileCheck -check-prefix=GFX11 %s |
| |
| lds_param_load v12, attr33.w wait_va_vdst:2 wait_vm_vsrc:1 |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |
| |
| |
| lds_param_load v12, attr33.z wait_va_vdst:4 |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |
| |
| lds_param_load v17, attr33.w |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |
| |
| lds_param_load v17, attr33.x |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |
| |
| lds_param_load v17, attr33.y |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |
| |
| lds_param_load v17, attr33.z |
| // GFX11: :[[@LINE-1]]:21: error: out of bounds interpolation attribute number |