Skip to content

Commit 1a4ee9e

Browse files
committed
forward declare op classes
Signed-off-by: Max Dawkins <[email protected]>
1 parent 9b260ec commit 1a4ee9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#ifndef MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
1515
#define MLIR_DIALECT_AFFINE_TRANSFORMS_TRANSFORMS_H
1616

17-
#include "mlir/Dialect/Affine/IR/AffineOps.h"
1817
#include "mlir/Interfaces/ValueBoundsOpInterface.h"
1918
#include "mlir/Support/LLVM.h"
2019

@@ -33,6 +32,8 @@ enum class BoundType;
3332

3433
namespace affine {
3534
class AffineApplyOp;
35+
class AffineDelinearizeIndexOp;
36+
class AffineLinearizeIndexOp;
3637

3738
/// Lowers `affine.delinearize_index` into a sequence of division and remainder
3839
/// operations.

0 commit comments

Comments
 (0)