[Mlir-commits] [mlir] [MLIR] Add support for frame pointers in MLIR (PR #72145)
Tobias Gysi
llvmlistbot at llvm.org
Sat Nov 25 09:21:37 PST 2023
================
@@ -47,6 +47,15 @@ def LinkageAttr : LLVM_Attr<"Linkage", "linkage"> {
let assemblyFormat = "`<` $linkage `>`";
}
+//===----------------------------------------------------------------------===//
+// FramePointerKindAttr
+//===----------------------------------------------------------------------===//
+
+def FramePointerKindAttr : LLVM_Attr<"FramePointerKind", ""> {
+ let parameters = (ins "framePointerKind::FramePointerKind":$framePointerKind);
+ let assemblyFormat = "$framePointerKind";
----------------
gysit wrote:
I would suggest to proceed with the latest implementation, but let's wait to see if @joker-eph agrees.
https://github.com/llvm/llvm-project/pull/72145
More information about the Mlir-commits
mailing list