[PATCH] D60266: [LoopUnroll] Rotate loop, when optimizing for size and can fully unroll a loop.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 13:14:28 PDT 2019


fhahn abandoned this revision.
fhahn added a comment.

The motivating case for this patch has been addressed by teaching UnrollLoop to deal with loops with unconditional latches: https://reviews.llvm.org/rL364398

Thanks for all the feedback!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60266





More information about the llvm-commits mailing list