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 1bbfa14 commit f2dd2fcCopy full SHA for f2dd2fc
mlir/unittests/IR/ValueTest.cpp
@@ -6,12 +6,12 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#include "mlir/IR/Value.h"
10
#include "../../test/lib/Dialect/Test/TestDialect.h"
11
#include "../../test/lib/Dialect/Test/TestOps.h"
12
#include "mlir/IR/Builders.h"
13
#include "mlir/IR/BuiltinTypes.h"
14
#include "mlir/IR/OperationSupport.h"
-#include "mlir/IR/Value.h"
15
#include "gtest/gtest.h"
16
17
using namespace mlir;
0 commit comments