[PATCH] D110558: [DebugInfo][LoopStrengthReduction] Prevent attempts to translate long SCEV expressions

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 05:29:14 PDT 2021


StephenTozer added a comment.

Could the `64` be moved to a variable? Something similar to `MaxIVUsers` in the same file would be ideal - a `static const` variable at the top of the file with a comment explaining what it is used for.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110558/new/

https://reviews.llvm.org/D110558



More information about the llvm-commits mailing list