[llvm-branch-commits] [clang] [HLSL] Add implicit binding attribute to resource arrays (PR #152452)
Joshua Batista via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 7 11:13:41 PDT 2025
================
@@ -71,6 +71,10 @@ static RegisterType getRegisterType(ResourceClass RC) {
llvm_unreachable("unexpected ResourceClass value");
}
+static RegisterType getRegisterType(const HLSLAttributedResourceType *ResTy) {
----------------
bob80905 wrote:
You might consider renaming one of these functions, maybe add a "FromResourceType" to this new one.
https://github.com/llvm/llvm-project/pull/152452
More information about the llvm-branch-commits
mailing list