[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / libclc / amdgcn / lib / synchronization / barrier.cl
blob82bbd4b530f37a1a6265e717db37b480d98e1f9a
1 #include <clc/clc.h>
3 _CLC_DEF _CLC_OVERLOAD void barrier(cl_mem_fence_flags flags) {
4 mem_fence(flags);
5 __builtin_amdgcn_s_barrier();