summaryrefslogtreecommitdiffstats
path: root/test/SemaOpenCL/builtins-amdgcn-error-vi.cl
blob: 877a04015e563b25ea121159bc1c155cee0f3d31 (plain)
1
2
3
4
5
6
7
8
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -triple amdgcn-- -target-cpu tahiti -verify -S -o - %s
// RUN: %clang_cc1 -triple amdgcn-- -target-cpu hawaii -verify -S -o - %s

void test_vi_s_dcache_wb()
{
  __builtin_amdgcn_s_dcache_wb(); // expected-error {{'__builtin_amdgcn_s_dcache_wb' needs target feature vi-insts}}
}