[PATCH] D15557: [AArch64] Enable PostRAScheduler for AArch64 generic build
MinSeong KIM via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 21:29:51 PST 2015
MinSeongKIM added a comment.
In http://reviews.llvm.org/D15557#311964, @mcrosier wrote:
> Seems like a reasonable change to me. Did you happen to measure compile-time as well? IIRC, the post-RA scheduler can be expensive in terms of compile-time.
Many thanks for reviewing this patch, Chad. Based on the results from LLVM test-suite run on A53.A57 cores, the compile time (CC_Time) is increased by 11.6% on average when post-RA scheduler is on.
http://reviews.llvm.org/D15557
More information about the llvm-commits
mailing list