[Mlir-commits] [mlir] [MLIR] Add support for frame pointers in MLIR (PR #72145)
Tobias Gysi
llvmlistbot at llvm.org
Sun Dec 3 23:25:13 PST 2023
================
@@ -664,4 +663,23 @@ def ModRefInfoEnum : LLVM_EnumAttr<
let cppNamespace = "::mlir::LLVM";
}
+//===----------------------------------------------------------------------===//
+// FramePointerAttr
----------------
gysit wrote:
```suggestion
// FramePointerKind
```
ultra nit: I would use FramePointerKind here for consistency.
https://github.com/llvm/llvm-project/pull/72145
More information about the Mlir-commits
mailing list