I think that it's better if I split this patch further in two others,
since one of the changes is best if done in aarch64.md.
Please, disregard this patch and watch for updates.
Thank you,
--
Evandro Menezes
On 11/05/2015 05:30 PM, Evandro Menezes wrote:
2015-11-05 Evandro Menezes <e.mene...@samsung.com>
gcc/
* config/aarch64/aarch64-cores.def: Use the Exynos M1 sched
model.
* config/aarch64/aarch64.md: Include "exynos-m1.md".
* config/arm/arm-cores.def: Use the Exynos M1 sched model.
* config/arm/arm.md: Include "exynos-m1.md".
* config/arm/arm-tune.md: Regenerated.
* config/arm/exynos-m1.md: New file.
This patch adds the scheduling model for Exynos M1. I split the DFA
into ones for GP, LS and FP, resulting in many fewer states and arcs
than before.
Please, commit if it's alright.
Thank you,