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.
Paths
| Differential D158498
[ARM] Add the Arm Cortex-M85 scheduling model ClosedPublic Authored by samtebbs on Aug 22 2023, 2:56 AM.
Details Summary 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.
Diff Detail
Event TimelineComment Actions
Done! This revision is now accepted and ready to land.Aug 23 2023, 5:22 AM Closed by commit rG0d2fb9c02bec: [ARM] Add the Arm Cortex-M85 scheduling model (authored by samtebbs). · Explain WhyAug 23 2023, 6:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552689 llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMScheduleM85.td
llvm/test/tools/llvm-mca/ARM/m85-fp.s
llvm/test/tools/llvm-mca/ARM/m85-int.s
llvm/test/tools/llvm-mca/ARM/m85-mve-fp.s
llvm/test/tools/llvm-mca/ARM/m85-mve-int.s
llvm/test/tools/llvm-mca/ARM/m85-mve-pred.s
|