[PATCH] D44199: [LoopRotate] Attempt to Rotate loops if it can lead to removing phi nodes.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 15:39:54 PDT 2018
efriedma added a comment.
Please also add a negative test, that we don't rotate if the PHI is used inside the loop.
https://reviews.llvm.org/D44199
More information about the llvm-commits
mailing list