[llvm] [AMDGPU] SelectionDAG divergence tracking should take into account Target divergency. (PR #147560)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 21:17:04 PDT 2025
lenary wrote:
I think I see the problem. `SelectionDAGISelLegacy::getAnalysisUsage` was not added now that the analyses are required - it still has an `#ifnef NDEBUG` around the `AU.addRequired<TargetTransformInfoWrapperPass>()` - I haven't yet found the equivalent code for the new pass manager but I'm sure I will imminently.
https://github.com/llvm/llvm-project/pull/147560
More information about the llvm-commits
mailing list