[PATCH] D102635: [LoopUnroll] Use tripcount from exiting header, if latch not exiting.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 09:54:05 PDT 2021


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

LGTM

However, I wonder why it is not using the overloads without BB arguments. At the end, unrolling would be only interested in some max trip count imposed by any exit, not of a specific one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102635



More information about the llvm-commits mailing list