[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


================
@@ -213,6 +213,7 @@
 ; CHECK-NEXT:      Machine Natural Loop Construction
 ; CHECK-NEXT:      ReachingDefAnalysis
 ; CHECK-NEXT:      ARM Low Overhead Loops pass
+; CHECK-NEXT:      Post RA hazard recognizer
----------------
davemgreen wrote:

The pipeline can't add instructions after ConstantIslandPass, without the risk of offsets going out of range.

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


More information about the llvm-commits mailing list