[llvm] [ARM] Fix -mno-omit-leaf-frame-pointer flag doesn't works on 32-bit ARM (PR #109628)

via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 29 06:11:55 PDT 2024


================
@@ -40,6 +40,20 @@ bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const {
   llvm_unreachable("unknown frame pointer flag");
 }
 
+/// DisableLeafFramePointerElim - This returns true if leaf frame pointer
+/// elimination optimization should be disabled for the given machine function.
+bool TargetOptions::DisableLeafFramePointerElim(
----------------
guoxin049 wrote:

thank you, I've made the code modifications. I hope you can help me check it.

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


More information about the llvm-commits mailing list