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 a30dc70 commit 563d8daCopy full SHA for 563d8da
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
@@ -24,9 +24,9 @@
24
#include "mlir/IR/PatternMatch.h"
25
#include "mlir/Interfaces/TilingInterface.h"
26
#include "mlir/Transforms/DialectConversion.h"
27
-#include "llvm/Support/Compiler.h"
28
#include "llvm/ADT/SmallBitVector.h"
29
#include "llvm/ADT/SmallSet.h"
+#include "llvm/Support/Compiler.h"
30
31
namespace mlir {
32
namespace bufferization {
0 commit comments