[llvm] [HLSL] Add support to lookup a ResourceBindingInfo from its use (PR #126556)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 10:28:03 PST 2025
================
@@ -446,6 +446,10 @@ class DXILBindingMap {
return Pos == CallMap.end() ? Infos.end() : (Infos.begin() + Pos->second);
}
+ // Resoloves the use of a resource handle into the unique description of that
+ // resource by deduping calls to create.
+ SmallVector<dxil::ResourceBindingInfo> findByUse(const Value *Key) const;
----------------
farzonl wrote:
We should capatalize this.
https://github.com/llvm/llvm-project/pull/126556
More information about the llvm-commits
mailing list