[clang] [HLSL] Add implicit binding attribute to resource arrays (PR #152452)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 11 11:24:09 PDT 2025
================
@@ -71,6 +71,10 @@ static RegisterType getRegisterType(ResourceClass RC) {
llvm_unreachable("unexpected ResourceClass value");
}
+static RegisterType getRegisterType(const HLSLAttributedResourceType *ResTy) {
----------------
bob80905 wrote:
FYI, doesn't seem like this was changed.
https://github.com/llvm/llvm-project/pull/152452
More information about the cfe-commits
mailing list