[PATCH] D103026: [LoopUnroll] Explicitly specify exit to unroll against (NFCI)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 12:35:29 PDT 2021


nikic planned changes to this revision.
nikic added a comment.

I'll experiment with a variant that performs folding of all exits using SCEV information inside unrolling, to possibly remove the need for passing in a trip count entirely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103026



More information about the llvm-commits mailing list