[AArch64] Enable Cortex-A55 schedmodel
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 30 Nov 2020 17:37:41 +0000 (17:37 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 30 Nov 2020 19:28:34 +0000 (19:28 +0000)
commit630d37dc1be1ff179a5c85f41070358d4706b907
treea22a53891b4b3c6b3d8f996364b8d5b7587a96ff
parent750049d78b7421344882948cdf98fd233a557615
[AArch64] Enable Cortex-A55 schedmodel

The model was committed in 4b8ade837e36b7f0181ce86fc23f33851d0fdd35
but not yet enabled to allow for a few fix ups. This adds a few
of these fixes, and also a LLVM MCA test to check most instructions.
While I do have plans to look into some more tuning, it's time to
enable this as it better than using the A53 schedule.

Differential Revision: https://reviews.llvm.org/D88017
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64SchedA55.td
llvm/test/tools/llvm-mca/AArch64/Cortex/A55-basic-instructions.s [new file with mode: 0644]