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

Kevin Qin kevinqindev at gmail.com
Thu Oct 9 03:30:08 PDT 2014


Committed at r219401.

Cheers,
Kevin

2014-10-08 20:52 GMT+01:00 Eric Christopher <echristo at gmail.com>:

> 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
>
>
>


-- 
Best Regards,

Kevin Qin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141009/67108ca9/attachment.html>


More information about the llvm-commits mailing list