diff options
Diffstat (limited to 'test/MC/AMDGPU/smem.s')
-rw-r--r-- | test/MC/AMDGPU/smem.s | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/test/MC/AMDGPU/smem.s b/test/MC/AMDGPU/smem.s index 8fa964ca8d1e..ab2dcf4b8a15 100644 --- a/test/MC/AMDGPU/smem.s +++ b/test/MC/AMDGPU/smem.s @@ -3,9 +3,13 @@ // RUN: not llvm-mc -arch=amdgcn -mcpu=bonaire %s 2>&1 | FileCheck -check-prefix=NOSI %s s_dcache_wb -; VI: s_dcache_wb ; encoding: [0x00,0x00,0x84,0xc0,0x00,0x00,0x00,0x00] -; NOSI: error: instruction not supported on this GPU +// VI: s_dcache_wb ; encoding: [0x00,0x00,0x84,0xc0,0x00,0x00,0x00,0x00] +// NOSI: error: instruction not supported on this GPU s_dcache_wb_vol -; VI: s_dcache_wb_vol ; encoding: [0x00,0x00,0x8c,0xc0,0x00,0x00,0x00,0x00] -; NOSI: error: instruction not supported on this GPU +// VI: s_dcache_wb_vol ; encoding: [0x00,0x00,0x8c,0xc0,0x00,0x00,0x00,0x00] +// NOSI: error: instruction not supported on this GPU + +s_memrealtime s[4:5] +// VI: s_memrealtime s[4:5] ; encoding: [0x00,0x01,0x94,0xc0,0x00,0x00,0x00,0x00] +// NOSI: error: instruction not supported on this GPU |