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 9dd06a1 commit 8a51518Copy full SHA for 8a51518
mlir/lib/Analysis/DataFlow/ConstantPropagationAnalysis.cpp
@@ -7,8 +7,17 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"
10
+#include "mlir/Analysis/DataFlow/SparseAnalysis.h"
11
+#include "mlir/IR/BuiltinAttributes.h"
12
#include "mlir/IR/OpDefinition.h"
13
+#include "mlir/IR/Operation.h"
14
+#include "mlir/IR/Value.h"
15
+#include "mlir/Support/LLVM.h"
16
+#include "mlir/Support/LogicalResult.h"
17
+#include "llvm/ADT/STLExtras.h"
18
+#include "llvm/Support/Casting.h"
19
#include "llvm/Support/Debug.h"
20
+#include <cassert>
21
22
#define DEBUG_TYPE "constant-propagation"
23
0 commit comments