[PATCH] D47408: [PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule loop-cleanup passes at the beginning of the loop pass pipeline, and re-enqueue loops after even trivial unswitching.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 04:27:28 PDT 2018
dmgreen added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/PassManagerBuilder.cpp:340
+ // Begin the loop pass pipeline.
// Rotate Loop - disable header duplication at -Oz
+ if (EnableSimpleLoopUnswitch) {
----------------
Should this comment be moved down next to the loop rotate pass?
Repository:
rL LLVM
https://reviews.llvm.org/D47408
More information about the llvm-commits
mailing list