[llvm] [WIP][ScalarEvolution] Limit recursion in getRangeRef for PHI nodes. (PR #152823)
Danila Malyutin via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 08:16:33 PDT 2025
danilaml wrote:
@efriedma-quic Yeah, don't think it's possible to do without a DFS traversal somewhere. Can probably be pruned using DTs, but still.
https://github.com/llvm/llvm-project/pull/152823
More information about the llvm-commits
mailing list