[PATCH] D139934: [IndVars] Apply more optimistic SkipLastIter for AND/OR conditions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 03:31:31 PST 2023


mkazantsev added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ScalarEvolution.h:1740
 
+public:
   /// Compute the number of times the backedge of the specified loop will
----------------
Note that this is supposed to be moved to public block, it's just to show that nothing else changes here.


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

https://reviews.llvm.org/D139934



More information about the llvm-commits mailing list