[llvm] [llvm][ARM] Add a cortex-m4f alignment hazard recognizer (PR #126991)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 16 09:55:49 PST 2025


================
@@ -340,6 +342,7 @@ def : ProcessorModel<"sc300",       CortexM4Model,      [ARMv7m,
                                                          FeatureHasNoBranchPredictor]>;
 
 def : ProcessorModel<"cortex-m4", CortexM4Model,        [ARMv7em,
+                                                         ProcM4,
----------------
jroelofs wrote:

Sure.

https://github.com/llvm/llvm-project/pull/126991


More information about the llvm-commits mailing list