Files
clang-p2996/llvm/lib/Analysis/DXILResource.cpp
Ashley Coleman 02c9dae814 [HLSL] Add support to lookup a ResourceBindingInfo from its use (#126556)
Adds `findByUse` which takes a `llvm::Value` from a use and resolves it
(as best as possible) back to the creation of that resource.

It may return multiple ResourceBindingInfo if the use comes from
branched control flow.

Fixes #125746
2025-02-18 17:29:23 -07:00

30 KiB