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

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 09:14:07 PST 2025


================
@@ -622,6 +626,12 @@ void ARMPassConfig::addPreEmitPass2() {
     // Identify valid eh continuation targets for Windows EHCont Guard.
     addPass(createEHContGuardCatchretPass());
   }
+
+  // Enable the hazard recognizer for cortex-m4f at -O2 or higher.
----------------
jroelofs wrote:

We probably should turn this off at `-Oz`. That would need to be handled by the hazard recognizer itself, since those are per-function attributes.

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


More information about the llvm-commits mailing list