[flang-commits] [flang] Pass to add frame pointer attribute (PR #74598)

via flang-commits flang-commits at lists.llvm.org
Wed Dec 6 08:21:09 PST 2023


https://github.com/jeanPerier commented:

A few comments inline. My more generic questions are:
- Can the equivalent be achieved by passing the option to LLVM codegen instead of decorating all functions?
- The pass as it is today is not very flang specific, should it belong to the Func or MLIR LLVM dialect. Unless there is a point for MLIR optimization to know about these aspect, why does it have to be set up in the chain?

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


More information about the flang-commits mailing list