Skip to content

Commit

Permalink
[mlir][NFC] Remove stale createLowerAffinePass declaration
Browse files Browse the repository at this point in the history
This pass isn't defined in the Transforms/ library anymore.
  • Loading branch information
River707 committed May 17, 2021
1 parent 82b5281 commit e2e1a78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mlir/include/mlir/Transforms/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ std::unique_ptr<Pass> createLoopInvariantCodeMotionPass();
/// memory hierarchy.
std::unique_ptr<OperationPass<FuncOp>> createPipelineDataTransferPass();

/// Lowers affine control flow operations (ForStmt, IfStmt and AffineApplyOp)
/// to equivalent lower-level constructs (flow of basic blocks and arithmetic
/// primitives).
std::unique_ptr<Pass> createLowerAffinePass();

/// Creates a pass that transforms perfectly nested loops with independent
/// bounds into a single loop.
std::unique_ptr<OperationPass<FuncOp>> createLoopCoalescingPass();
Expand Down

0 comments on commit e2e1a78

Please sign in to comment.