[clang] [llvm] [SPIR-V] Fixup storage class for global private (PR #116636)

Nathan Gauër via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 07:52:13 PST 2024


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

Oh didn't knew I could modify the target's AS maps without also modifying this.
I'll revert/re-land this PR (given the other test), and see if I can do that:
https://github.com/llvm/llvm-project/pull/118312


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


More information about the cfe-commits mailing list