aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-06-14 14:51:46 +0000
committerWilco Dijkstra <wilco@gcc.gnu.org>2017-06-14 14:51:46 +0000
commit4524009c09ac5148643c1226f6868ef38cc44e6c (patch)
tree536bd4a183e5012b4b57c4eaa923a6d29d94654b /gcc/go
parentea9a08f5dfbab28de2eabfeb684b42c0615cd99d (diff)
downloadgcc-4524009c09ac5148643c1226f6868ef38cc44e6c.zip
gcc-4524009c09ac5148643c1226f6868ef38cc44e6c.tar.gz
gcc-4524009c09ac5148643c1226f6868ef38cc44e6c.tar.bz2
Improve Cortex-A53 FP scheduler
The Cortex-A53 scheduler model of FMAC bypass is not quite right for FMAC to FMAC forwarding. Experiments also show the latencies of FP operations are too high as well. Rather than adding more bypasses, adjust the latencies of FP instructions to get a better schedule on average. As a result SPECFP2006 is 1.1% faster. gcc/ * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency. (cortex_a53_fconst): Likewise. (cortex_a53_fpmul): Likewise. (cortex_a53_f_load_64): Likewise. (cortex_a53_f_load_many): Likewise. (cortex_a53_advsimd_alu): Likewise. (cortex_a53_advsimd_alu_q): Likewise. (cortex_a53_advsimd_mul): Likewise. (cortex_a53_advsimd_mul_q): Likewise. (fpmac bypass): Add new bypass for fpmac-fpmac case. Add missing fmul, r2f_cvt and fconst cases. From-SVN: r249200
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions