[clang] [clang][AMDGPU] Clean-up handling of named barrier type (PR #207687)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 03:30:40 PDT 2026


================
@@ -68,6 +68,9 @@ enum class LangAS : unsigned {
   // Wasm specific address spaces.
   wasm_funcref,
 
+  // HIP-specific address spaces
+  hip_barrier,
----------------
arsenm wrote:

Should avoid putting the language name here, special builtin types should work regardless of the language

https://github.com/llvm/llvm-project/pull/207687


More information about the cfe-commits mailing list