This patch improves the accuracy of the Cortex-A53 integer scheduler...
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 6 Jul 2016 13:17:23 +0000 (13:17 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Wed, 6 Jul 2016 13:17:23 +0000 (13:17 +0000)
commite4bbb037670323fbc578b6bc68cfb5252f1bf0cc
tree39497a96e56171e271511b7cb7ad0c18b6e67f37
parent136236bd31f5244bba8fa063c7d159c07422c018
This patch improves the accuracy of the Cortex-A53 integer scheduler...

This patch improves the accuracy of the Cortex-A53 integer scheduler,
resulting in performance gains across a wide range of benchmarks.

    gcc/
* config/arm/cortex-a53.md: Use final_presence_set for in-order.
(cortex_a53_shift): Add mov_shift.
(cortex_a53_shift_reg): Add new reservation for register shifts.
(cortex_a53_alu): Remove bfm.
(cortex_a53_alu_shift): Add bfm, remove mov_shift.
(cortex_a53_alu_extr): Add new reservation for EXTR.
(bypasses): Improve bypass modelling.

From-SVN: r238048
gcc/ChangeLog
gcc/config/arm/cortex-a53.md