================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to