Skip to content

Commit 8a51518

Browse files
committed
Apply clang-tidy fixes for misc-include-cleaner in ConstantPropagationAnalysis.cpp (NFC)
1 parent 9dd06a1 commit 8a51518

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mlir/lib/Analysis/DataFlow/ConstantPropagationAnalysis.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"
10+
#include "mlir/Analysis/DataFlow/SparseAnalysis.h"
11+
#include "mlir/IR/BuiltinAttributes.h"
1012
#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"
1119
#include "llvm/Support/Debug.h"
20+
#include <cassert>
1221

1322
#define DEBUG_TYPE "constant-propagation"
1423

0 commit comments

Comments
 (0)