[PATCH] D89381: [SCEV] Re-enable "Use nw flag and symbolic iteration count to sharpen ranges of AddRecs", attempt 3
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 00:55:29 PDT 2020
mkazantsev added a comment.
The common pattern where the CT drops that I ovserve is following: `Start` is a constant (in most cases zero), `Step` is also a constant and `MaxBECount` is a pretty big expression.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89381/new/
https://reviews.llvm.org/D89381
More information about the llvm-commits
mailing list