[PATCH] D134803: [LoopPeeling] Support peeling loops with non-latch exits

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 01:59:46 PDT 2022


nhaehnle added a comment.

P.S.: It's also possible that the issue only manifests with nested loops. Either because perhaps an outer loop is peeled (does that ever happen?) or because an inner loop is peeled and one of the additional exits breaks out of or continues an outer loop.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134803



More information about the llvm-commits mailing list