[clang] [llvm] [SPIR-V] Fixup storage class for global private (PR #116636)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 07:46:44 PST 2024
Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/116636 at github.com>
================
@@ -58,6 +58,7 @@ enum class LangAS : unsigned {
// HLSL specific address spaces.
hlsl_groupshared,
+ hlsl_private,
----------------
arsenm wrote:
This isn't split though, the backend parts don't require any of these clang changes
https://github.com/llvm/llvm-project/pull/116636
More information about the cfe-commits
mailing list