[Mlir-commits] [mlir] [mlir][tblgen] Add custom parsing and printing within struct (PR #133939)
Jorn Tuyls
llvmlistbot at llvm.org
Wed Apr 9 05:30:41 PDT 2025
================
@@ -14,7 +14,13 @@
#ifndef MLIR_TOOLS_MLIRTBLGEN_FORMATGEN_H_
#define MLIR_TOOLS_MLIRTBLGEN_FORMATGEN_H_
+#include "AttrOrTypeFormatGen.h"
+#include "FormatGen.h"
+
#include "mlir/Support/LLVM.h"
+#include "mlir/TableGen/AttrOrTypeDef.h"
----------------
jtuyls wrote:
No, removed now.
https://github.com/llvm/llvm-project/pull/133939
More information about the Mlir-commits
mailing list