[all-commits] [llvm/llvm-project] 630d37: [AArch64] Enable Cortex-A55 schedmodel

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Mon Nov 30 11:29:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 630d37dc1be1ff179a5c85f41070358d4706b907
      https://github.com/llvm/llvm-project/commit/630d37dc1be1ff179a5c85f41070358d4706b907
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64SchedA55.td
    A llvm/test/tools/llvm-mca/AArch64/Cortex/A55-basic-instructions.s

  Log Message:
  -----------
  [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




More information about the All-commits mailing list