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

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 04:37:34 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.
----------------
ostannard wrote:

Should we disable this at -Oz (and maybe -Os), or is that already handled by `ScheduleHazardRecognizer`?

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


More information about the llvm-commits mailing list