[PATCH] D20115: Loop unroller: set thresholds for optsize and minsize functions to zero
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 14:30:38 PDT 2016
mzolotukhin accepted this revision.
mzolotukhin added a reviewer: mzolotukhin.
mzolotukhin added a comment.
This revision is now accepted and ready to land.
Thanks, this looks good to me. In terms of performance and code size/compile time this patch should only restore the behavior before r268509, right?
Michael
================
Comment at: test/Transforms/LoopUnroll/unroll-opt-attribute.ll:110
@@ -138,4 +109,3 @@
-; This test shows that with optsize attribute, this loop is not unrolled
-; by default.
+; This test shows that with optsize attribute, this loop is not unrolled .
----------------
Redundant space in the end.
http://reviews.llvm.org/D20115
More information about the llvm-commits
mailing list