[PATCH] [AArch64] Enable partial unrolling and runtime unrolling for AArch64 target
hfinkel at anl.gov
hfinkel at anl.gov
Tue Sep 23 05:45:42 PDT 2014
================
Comment at: lib/Target/AArch64/AArch64TargetTransformInfo.cpp:531
@@ +530,3 @@
+ UnrollingPreferences &UP) const {
+ //Disable partial & runtime unrolling on -Os.
+ UP.PartialOptSizeThreshold = 0;
----------------
Add a space in between the // and the D.
http://reviews.llvm.org/D5148
More information about the llvm-commits
mailing list