[PATCH] D89381: [SCEV] Re-enable "Use nw flag and symbolic iteration count to sharpen ranges of AddRecs", attempt 2
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 23:15:16 PDT 2020
mkazantsev added a comment.
Hi @nikic, `evaluateAtIteration` is supposed to be completely free in this case, returning simply `a+b`. Do you have any info regarding what types of start/step are causing this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89381/new/
https://reviews.llvm.org/D89381
More information about the llvm-commits
mailing list