[PATCH] D89896: Add loop distribution to the LTO pipeline

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 00:59:57 PDT 2020


dmgreen added a comment.

It's a shame that this adds so many other passes for something that isn't usually used, but I guess a lot of them should be free.

Is the new pass manager effected by this? It seems to go through different codepaths for LTO.

Otherwise yeah, LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89896



More information about the llvm-commits mailing list