[PATCH] D17442: [LPM] Remove the last worrisome split in the primary loop pass pipeline, allowing LICM and friends to always run over the outer loop after unrolling has a chance to remove the inner loop.

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 02:55:55 PST 2016


jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.

LGTM! One loop pass pipeline is a lot better than 7!


http://reviews.llvm.org/D17442





More information about the llvm-commits mailing list