[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:40:03 PST 2024
Nathan =?utf-8?q?Gau=C3=ABr?= <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:
There are no language / source tests making use of this
https://github.com/llvm/llvm-project/pull/116636
More information about the cfe-commits
mailing list