Skip to content

Commit 297a5b7

Browse files
committed
[mlir] hopefully final round of iwyu fixes after ba7a92c
1 parent 953f580 commit 297a5b7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mlir/lib/Dialect/Affine/Transforms/AffineParallelize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "mlir/Dialect/Affine/Utils.h"
2323
#include "mlir/Transforms/LoopUtils.h"
2424
#include "llvm/Support/Debug.h"
25+
#include <deque>
2526

2627
#define DEBUG_TYPE "affine-parallel"
2728

mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCountingOpt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "mlir/Dialect/Async/IR/Async.h"
1515
#include "mlir/Dialect/Async/Passes.h"
1616
#include "llvm/ADT/SmallSet.h"
17+
#include "llvm/Support/Debug.h"
1718

1819
using namespace mlir;
1920
using namespace mlir::async;

mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "mlir/Transforms/DialectConversion.h"
2222
#include "mlir/Transforms/RegionUtils.h"
2323
#include "llvm/ADT/SetVector.h"
24+
#include "llvm/Support/Debug.h"
2425

2526
using namespace mlir;
2627
using namespace mlir::async;

mlir/lib/Dialect/SPIRV/Transforms/UpdateVCEPass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "mlir/IR/Visitors.h"
2222
#include "llvm/ADT/SetVector.h"
2323
#include "llvm/ADT/SmallSet.h"
24+
#include "llvm/ADT/StringExtras.h"
2425

2526
using namespace mlir;
2627

mlir/lib/Pass/PassRegistry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "mlir/Pass/Pass.h"
1111
#include "mlir/Pass/PassManager.h"
1212
#include "llvm/ADT/DenseMap.h"
13+
#include "llvm/Support/Format.h"
1314
#include "llvm/Support/ManagedStatic.h"
1415
#include "llvm/Support/MemoryBuffer.h"
1516
#include "llvm/Support/SourceMgr.h"

0 commit comments

Comments
 (0)