[PATCH] D118090: [ScalarEvolution] Handle <= and >= in non infinite loops

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 11:36:42 PST 2022


jdoerfert added inline comments.


================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:10087
+  //    is finite, the bound cannot include the corresponding boundary
+  //    (otherwise it would loop forever).
   switch (Pred) {
----------------
Nit: format above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118090



More information about the llvm-commits mailing list