[all-commits] [llvm/llvm-project] 48b43c: [ARM] Cortex-M7 schedule

David Green via All-commits all-commits at lists.llvm.org
Mon Nov 16 02:16:32 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 48b43c9d4f038a85cb08601922cb362c169d57e3
      https://github.com/llvm/llvm-project/commit/48b43c9d4f038a85cb08601922cb362c169d57e3
  Author: David Penry <david.penry at arm.com>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARM.td
    A llvm/lib/Target/ARM/ARMScheduleM7.td
    A llvm/test/tools/llvm-mca/ARM/m7-fp.s
    A llvm/test/tools/llvm-mca/ARM/m7-int.s

  Log Message:
  -----------
  [ARM] Cortex-M7 schedule

This patch adds the SchedMachineModel for Cortex-M7. It
also adds test cases for the scheduling information.

Details of the pipeline and descriptions are in comments
in file ARMScheduleM7.td included in this patch.

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




More information about the All-commits mailing list