We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d03fd commit 2787088Copy full SHA for 2787088
mlir/tools/tblgen-to-irdl/OpDefinitionsGen.cpp
@@ -11,14 +11,16 @@
11
//
12
//===----------------------------------------------------------------------===//
13
14
+// clang-format off
15
+#include "mlir/TableGen/AttrOrTypeDef.h"
16
+// clang-format on
17
#include "mlir/Dialect/IRDL/IR/IRDL.h"
18
#include "mlir/IR/Attributes.h"
19
#include "mlir/IR/Builders.h"
20
#include "mlir/IR/BuiltinOps.h"
21
#include "mlir/IR/Diagnostics.h"
22
#include "mlir/IR/Dialect.h"
23
#include "mlir/IR/MLIRContext.h"
-#include "mlir/TableGen/AttrOrTypeDef.h"
24
#include "mlir/TableGen/GenInfo.h"
25
#include "mlir/TableGen/GenNameParser.h"
26
#include "mlir/TableGen/Interfaces.h"
0 commit comments