[PATCH] D45334: [LoopUnroll] Make LoopPeeling respect the AllowPeeling preference.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 14:45:03 PDT 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
It's possible that peeling which "simplifies" a loop should be done earlier, but completely ignoring AllowPeeling seems wrong.
https://reviews.llvm.org/D45334
More information about the llvm-commits
mailing list