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 d5c89cc commit d601ca3Copy full SHA for d601ca3
mlir/include/mlir/Support/CyclicReplacerCache.h
@@ -17,6 +17,8 @@
17
18
#include "llvm/ADT/DenseMap.h"
19
#include "llvm/ADT/DenseSet.h"
20
+#include "llvm/ADT/SmallVector.h"
21
+#include <functional>
22
#include <optional>
23
#include <set>
24
mlir/unittests/Support/CyclicReplacerCacheTest.cpp
@@ -7,6 +7,7 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "mlir/Support/CyclicReplacerCache.h"
10
+#include "mlir/Support/LLVM.h"
11
#include "llvm/ADT/SetVector.h"
12
#include "gmock/gmock.h"
13
#include <map>
0 commit comments