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

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Dec 7 08:32:00 PST 2023


================
@@ -349,4 +349,23 @@ 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";
----------------
tblah wrote:

```suggestion
  let summary = "Set attributes on all functions";
```

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


More information about the flang-commits mailing list