[PATCH] D88017: [AArch64] Enable Cortex-A55 schedmodel

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 04:12:24 PDT 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: evgeny777, flyingforyou, dmgreen, samparker.
Herald added subscribers: danielkiss, gbedwell, hiraditya, kristof.beyls.
Herald added a reviewer: andreadb.
Herald added a project: LLVM.
SjoerdMeijer requested review of this revision.

This patch enables the the Cortex-A55 model, which we can apply after we're happy with the schedmodel improvements that we still need to do.

The added LLVM-MCA test is based on all the basic A64 instruction taken from this disassembler test:

  llvm/test/MC/Disassembler/AArch64/basic-a64-instructions.txt

In a follow up, we can complete and fill in other instructions.


https://reviews.llvm.org/D88017

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/test/tools/llvm-mca/AArch64/Cortex/A55-basic-instructions.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88017.293134.patch
Type: text/x-patch
Size: 409787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/a5e075c6/attachment-0001.bin>


More information about the llvm-commits mailing list