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 e48038a commit fba3951Copy full SHA for fba3951
mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
@@ -8,8 +8,19 @@
8
9
#include "mlir/Analysis/DataFlow/DenseAnalysis.h"
10
#include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"
11
+#include "mlir/Analysis/DataFlowFramework.h"
12
+#include "mlir/IR/Block.h"
13
+#include "mlir/IR/OpDefinition.h"
14
+#include "mlir/IR/Operation.h"
15
+#include "mlir/IR/Region.h"
16
#include "mlir/Interfaces/CallInterfaces.h"
17
#include "mlir/Interfaces/ControlFlowInterfaces.h"
18
+#include "mlir/Support/LLVM.h"
19
+#include "mlir/Support/LogicalResult.h"
20
+#include "llvm/ADT/STLExtras.h"
21
+#include "llvm/Support/Casting.h"
22
+#include <cassert>
23
+#include <optional>
24
25
using namespace mlir;
26
using namespace mlir::dataflow;
0 commit comments