[PATCH] D128415: [ARM] Add Support for Cortex-M85
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 08:04:01 PDT 2022
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARM.td:1443
+def : ProcessorModel<"cortex-m85", CortexM4Model, [ARMv81mMainline,
+ FeatureDSP,
----------------
Please use the CortexM7 schedule - it is closer in terms of capabilities.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128415/new/
https://reviews.llvm.org/D128415
More information about the llvm-commits
mailing list