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 6d47e3f commit fe3ab99Copy full SHA for fe3ab99
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
@@ -15,13 +15,10 @@
15
#include "mlir/Dialect/Vector/IR/VectorOps.h"
16
#include "mlir/Dialect/Vector/Transforms/VectorDistribution.h"
17
#include "mlir/IR/AffineExpr.h"
18
-#include "mlir/IR/Value.h"
19
#include "mlir/Interfaces/SideEffectInterfaces.h"
20
#include "mlir/Transforms/RegionUtils.h"
21
-#include "llvm/ADT/STLExtras.h"
22
#include "llvm/ADT/SetVector.h"
23
#include "llvm/Support/FormatVariadic.h"
24
-#include "llvm/Support/raw_ostream.h"
25
#include <utility>
26
27
using namespace mlir;
0 commit comments