[clang-tools-extra] [llvm] [clang] [flang] [flang] Pass to add frame pointer attribute (PR #74598)
Radu Salavat via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 22 09:35:13 PST 2023
================
----------------
Radu2k wrote:
This is needed because depending on the target, if the frame pointer is not specified, then the best option will be automatically added, therefore a
```
'func.func' Pipeline
FunctionAttr
```
will appear or not, depending of the target, at the end of the file.
Therefore it is mandatory to add omitting frame pointer.
https://github.com/llvm/llvm-project/pull/74598
More information about the cfe-commits
mailing list