[PATCH] D104662: [SCEVExpander] Prefer pointer expansion for overflow checks

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 01:55:50 PDT 2021


mkazantsev added a comment.

I don't think that increase of loop size may be justified by the fact that InstCombine will later clean it up. Loop passes may go in one loop pipeline, and passes like unswitch may be pessimized by this.


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

https://reviews.llvm.org/D104662



More information about the llvm-commits mailing list