[PATCH] D91535: [IndVars] Use isLoopBackedgeGuardedByCond for last iteration check

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 19:14:05 PST 2020


mkazantsev added a comment.

Actually, it only means that `isLoopBackedgeGuardedByCond` should directly call `isKnownPredicateAt(Latch->getTerminator())` as the last resort. I will follow-up with this improvement.


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

https://reviews.llvm.org/D91535



More information about the llvm-commits mailing list