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

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Dec 7 02:17:40 PST 2023


================
@@ -349,4 +349,21 @@ def VScaleAttr : Pass<"vscale-attr", "mlir::func::FuncOp"> {
   let constructor = "::fir::createVScaleAttrPass()";
 }
 
+def FunctionAttr : Pass<"function-attr", "mlir::func::FuncOp"> {
+  let summary = "Enhance functions with different attributes";
+  let description = [{ This feature introduces a general attribute aimed at customizing function characteristics. 
----------------
kiranchandramohan wrote:

This is a generic pass that adds function attributes that are expected at the LLVM IR level.

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


More information about the flang-commits mailing list