[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:41 PST 2023


================
@@ -0,0 +1,97 @@
+//===- FunctionAttr.cpp -------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+//===----------------------------------------------------------------------===//
+/// \file
+/// This pass adds a `vscale_range` attribute to function definitions.
----------------
kiranchandramohan wrote:

I guess this is a copy-paste comment. You probably mean to say that this is a generic pass is for adding attributes to functions.

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


More information about the flang-commits mailing list