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 9b260ec commit 1a4ee9eCopy full SHA for 1a4ee9e
mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h
@@ -14,7 +14,6 @@
14
#ifndef MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
15
#define MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
16
17
-#include "mlir/Dialect/Affine/IR/AffineOps.h"
18
#include "mlir/Interfaces/ValueBoundsOpInterface.h"
19
#include "mlir/Support/LLVM.h"
20
@@ -33,6 +32,8 @@ enum class BoundType;
33
32
34
namespace affine {
35
class AffineApplyOp;
+class AffineDelinearizeIndexOp;
36
+class AffineLinearizeIndexOp;
37
38
/// Lowers `affine.delinearize_index` into a sequence of division and remainder
39
/// operations.
0 commit comments