[clang] [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
       
    Wed Oct 16 18:29:06 PDT 2024
    
    
  
================
@@ -548,6 +548,11 @@ Miscellaneous Clang Crashes Fixed
 - Fixed internal assertion firing when a declaration in the implicit global
   module is found through ADL. (GH#109879)
 
+Leaf Functions Do Not Retain FP Bug Fixed
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed ``-fno-omit-frame-pointer`` leaf functions do not retain fp.(#GH108019)
----------------
guoxin049 wrote:
OKļ¼Could you kindly review the changes I've made? Thank you.
https://github.com/llvm/llvm-project/pull/109628
    
    
More information about the llvm-commits
mailing list