[llvm] [llvm][ARM] Add a cortex-m4f alignment hazard recognizer (PR #126991)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 16 01:52:10 PST 2025
================
@@ -340,6 +342,7 @@ def : ProcessorModel<"sc300", CortexM4Model, [ARMv7m,
FeatureHasNoBranchPredictor]>;
def : ProcessorModel<"cortex-m4", CortexM4Model, [ARMv7em,
+ ProcM4,
----------------
davemgreen wrote:
Can we make this a subtarget feature, similar to FeatureHasSlowFPVMLx, so that we can use it on more cpus.
https://github.com/llvm/llvm-project/pull/126991
More information about the llvm-commits
mailing list