xref: /llvm-project/llvm/test/MC/AMDGPU/gfx940_unsupported.s (revision 5927c6745c2a60c368d7bcb789a1f561d62fa039)
1*5927c674SJun Wang// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx940 %s 2>&1 | FileCheck --check-prefixes=CHECK --implicit-check-not=error: %s
2*5927c674SJun Wang
3*5927c674SJun Wangbuffer_store_lds_dword s[4:7], -1 offset:4095 lds
4*5927c674SJun Wang// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
5*5927c674SJun Wang
6*5927c674SJun Wangbuffer_wbinvl1
7*5927c674SJun Wang// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
8*5927c674SJun Wang
9*5927c674SJun Wangbuffer_wbinvl1_vol
10*5927c674SJun Wang// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
11*5927c674SJun Wang
12