[PATCH] D105921: [SCEV] Handle zero stride correctly in howManyLessThans

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 19:03:06 PDT 2021


efriedma added a comment.

Maybe we should look at threading the actual branch through to howManyLessThans, so we can use isKnownPredicateAt() or something like that.  In the meantime, I'll recommit with an appropriate isLoopInvariant() check.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105921



More information about the llvm-commits mailing list