[PATCH] D44677: [SCEV] Make computeExitLimit more simple and more powerful

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 21:46:22 PDT 2018


mkazantsev added inline comments.


================
Comment at: lib/Analysis/ScalarEvolution.cpp:6921
+        Exit = SBB;
+      }
+
----------------
efriedma wrote:
> assert(Exit && "Exiting block must have at least one exit");
Fair enough, will add before commiting.


https://reviews.llvm.org/D44677





More information about the llvm-commits mailing list