[llvm] [CodeGen] Parse frame-pointer attribute once when creating MachineFunction (PR #191974)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 08:22:19 PDT 2026


================
@@ -89,6 +91,7 @@ frameInfo:
   maxAlignment:    4
   adjustsStack:    true
   hasCalls:        true
+  framePointerPolicy: non-leaf
----------------
arsenm wrote:

Add new test to ensure all the keys are covered? 

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


More information about the llvm-commits mailing list