bolt/deps/llvm-18.1.8/clang/test/CodeGenOpenCL/builtins-amdgcn-gfx11-err.cl

9 lines
294 B
Common Lisp
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-cpu gfx1100 -verify -S -emit-llvm -o - %s
void test_s_sleep_var(int d)
{
__builtin_amdgcn_s_sleep_var(d); // expected-error {{'__builtin_amdgcn_s_sleep_var' needs target feature gfx12-insts}}
}