[PATCH] D34049: [LoopSimplify] Factor the logic to form dedicated exits into a utility.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 18 21:48:51 PDT 2017
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
LGTM, I don't think that statistic was that valuable anyway.
================
Comment at: include/llvm/Transforms/Utils/LoopUtils.h:365
+/// Ensure that all exit blocks of the loop arededicated exits.
+///
----------------
typo, are dedicated
https://reviews.llvm.org/D34049
More information about the llvm-commits
mailing list