[PATCH] [AArch64] Enable partial unrolling and runtime unrolling for AArch64 target

Eric Christopher echristo at gmail.com
Wed Oct 8 12:52:43 PDT 2014


Sure. Seems reasonable.

One comment I noticed below.

================
Comment at: lib/Target/AArch64/AArch64TargetTransformInfo.cpp:554
@@ +553,3 @@
+                                         UnrollingPreferences &UP) const {
+  //Disable partial & runtime unrolling on -Os.
+  UP.PartialOptSizeThreshold = 0;
----------------
Space here :)

http://reviews.llvm.org/D5148






More information about the llvm-commits mailing list