[llvm] [HLSL] Add support to lookup a ResourceBindingInfo from its use (PR #126556)
Ashley Coleman via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 11:43:32 PST 2025
================
@@ -782,9 +781,8 @@ DXILBindingMap::findByUse(const Value *Key) const {
}
const CallInst *CI = dyn_cast<CallInst>(Key);
----------------
V-FEXrt wrote:
yeah the trivial reorder causes the PHINodes case to fail
https://github.com/llvm/llvm-project/pull/126556
More information about the llvm-commits
mailing list