Skip to content

Commit 42a081e

Browse files
authored
[mlir] Fix missing import (#150330)
building this file would fail when MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS = 1 Signed-off-by: dan <[email protected]>
1 parent c9a8e15 commit 42a081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "mlir/Transforms/RegionUtils.h"
2323
#include "llvm/ADT/BitVector.h"
2424
#include "llvm/ADT/DenseMap.h"
25+
#include "llvm/ADT/ScopeExit.h"
2526
#include "llvm/Support/Debug.h"
2627
#include "llvm/Support/ScopedPrinter.h"
2728
#include "llvm/Support/raw_ostream.h"

0 commit comments

Comments
 (0)