[llvm] [DirectX] Implement DXILResourceBindingAnalysis (PR #137258)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 16:49:03 PDT 2025
================
@@ -879,8 +883,122 @@ SmallVector<dxil::ResourceInfo *> DXILResourceMap::findByUse(const Value *Key) {
//===----------------------------------------------------------------------===//
+void DXILResourceBindingInfo::populate(Module &M, DXILResourceTypeMap &DRTM) {
+ struct Binding {
+ ResourceClass ResClass;
----------------
bogner wrote:
I'd probably just call this "RC", we use that abbreviation pretty commonly elsewhere
https://github.com/llvm/llvm-project/pull/137258
More information about the llvm-commits
mailing list