diff --git a/mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp b/mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp index bdd4f6025b051..fcf049e9ce722 100644 --- a/mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp +++ b/mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp @@ -72,7 +72,6 @@ struct LinalgFoldIntoElementwisePass LinalgFoldIntoElementwisePass>::LinalgFoldIntoElementwisePassBase; void runOnOperation() override { - llvm::outs() << "Hellow from fold into elemenwise \n"; Operation *op = getOperation(); RewritePatternSet patterns(op->getContext()); populateLinalgFoldIntoElementwisePatterns(patterns); @@ -86,4 +85,4 @@ struct LinalgFoldIntoElementwisePass void mlir::linalg::populateLinalgFoldIntoElementwisePatterns( RewritePatternSet &patterns) { patterns.add(patterns.getContext()); -} \ No newline at end of file +}