[PATCH] D32239: [SCEV] Make SCEV or modeling more aggressive.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 3 14:52:57 PDT 2018


efriedma planned changes to this revision.
efriedma added a comment.

getSCEV is still recurses without a limit, so this still blows out the stack, and gets very slow for complex expressions.


Repository:
  rL LLVM

https://reviews.llvm.org/D32239





More information about the llvm-commits mailing list