[PATCH] [Unroll] Rework the naming and structure of the new unroll heuristics.
Chandler Carruth
chandlerc at gmail.com
Fri Jun 5 10:05:12 PDT 2015
Thanks, submitting!
================
Comment at: test/Transforms/LoopUnroll/full-unroll-heuristics.ll:4
@@ -3,3 +3,3 @@
; 1) -unroll-threshold
-; 2) -unroll-absolute-threshold and
-; 3) -unroll-percent-of-optimized-for-complete-unroll
+; 2) -unroll-max-threshold and
+; 3) -unroll-percent-cost-saved-threshold
----------------
mzolotukhin wrote:
> Please update the comment.
Done.
http://reviews.llvm.org/D9966
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list