[PATCH] D129745: Fix a stack overflow in ScalarEvolution.
Benjamin Kramer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 11:05:34 PDT 2022
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
Can we land this? The deep recursion is actively causing trouble for LLVM users by crashing the compiler. Even if it's not a perfect fix it's still better than overflowing the stack.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129745/new/
https://reviews.llvm.org/D129745
More information about the llvm-commits
mailing list