[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:44:05 PST 2024


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

We hoped to split the PRs between back-end and FE, shall I land both at the same time?

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


More information about the cfe-commits mailing list