[clang] [SPIR-V] Add hlsl_private address space for SPIR-V (PR #122103)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 04:53:41 PST 2025


================
@@ -58,6 +58,7 @@ enum class LangAS : unsigned {
 
   // HLSL specific address spaces.
   hlsl_groupshared,
+  hlsl_private,
----------------
arsenm wrote:

Title and description only talks about SPIRV, but this is a purely language concept you're adding here

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


More information about the cfe-commits mailing list