[all-commits] [llvm/llvm-project] 0d2fb9: [ARM] Add the Arm Cortex-M85 scheduling model

Sam Tebbs via All-commits all-commits at lists.llvm.org
Wed Aug 23 06:17:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d2fb9c02bec8e553db715e177c796fb7317d9be
      https://github.com/llvm/llvm-project/commit/0d2fb9c02bec8e553db715e177c796fb7317d9be
  Author: Samuel Tebbs <samuel.tebbs at arm.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M llvm/lib/Target/ARM/ARM.td
    A llvm/lib/Target/ARM/ARMScheduleM85.td
    A llvm/test/tools/llvm-mca/ARM/m85-fp.s
    A llvm/test/tools/llvm-mca/ARM/m85-int.s
    A llvm/test/tools/llvm-mca/ARM/m85-mve-fp.s
    A llvm/test/tools/llvm-mca/ARM/m85-mve-int.s
    A llvm/test/tools/llvm-mca/ARM/m85-mve-pred.s

  Log Message:
  -----------
  [ARM] Add the Arm Cortex-M85 scheduling model

This patch adds a scheduling model for the Arm Cortex-M85 CPU and is based on the Software Optimisation Guide made available at https://developer.arm.com/documentation/107950/0100.

The model was written by David Penry.

Differential Revision: https://reviews.llvm.org/D158498




More information about the All-commits mailing list