[PATCH] D81053: [LoopUnroll] Allow loops with multiple exiting blocks where loop latch is not necessary one of them.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 10:27:07 PDT 2020


Meinersbur added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/LoopUnroll.cpp:310
+  // (2a) latch is unconditional; or
+  // (2b) latch is condition and is an exiting block
   // FIXME: The implementation can be extended to work with more complicated
----------------
[typo] condition**al**


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81053





More information about the llvm-commits mailing list