[PATCH] D105700: [LoopSimplify] Convert loop with multiple latches to nested loop using dominator tree

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 20:13:51 PDT 2021


efriedma added a comment.

The transforms here is clearly correct... the part I'm not sure about is whether it's profitable in general.  I'm particularly worried about cases where we make PHI nodes in the outer loop more difficult to analyze.  Have you don't any experiments to try to determine the performance impact?


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

https://reviews.llvm.org/D105700



More information about the llvm-commits mailing list