[PATCH] D87344: [IndVars] Remove range checks for which we can predicate ends of the range

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:39:28 PDT 2020


reames added a comment.

Max, I think this is probably handled by the existing optimizeLoopExits if the exit counts for the condition are computable.  (i.e. you're probably looking at a gap in exit count computation)


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

https://reviews.llvm.org/D87344



More information about the llvm-commits mailing list