From 2cbf0b3dc6c16ddcb52e2608f41c905183e67b5e Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Sat, 4 Jun 2022 18:30:03 +0200 Subject: [PATCH] [MLIR][SCF] Fix top-level comment (NFC) --- mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp b/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp index 1b20585..38975a7 100644 --- a/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp +++ b/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp @@ -1,4 +1,4 @@ -//===- ParallelLoopTiling.cpp - Tiles scf.parallel ---------------===// +//===- ParallelLoopTiling.cpp - Tiles scf.parallel ------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -47,7 +47,7 @@ using namespace mlir::scf; /// /// where the uses of %i0 and %i1 in the loop body are replaced by /// %i0 + j0 and %i1 + %j1. -// +/// /// The old loop is replaced with the new one. std::pair mlir::scf::tileParallelLoop(ParallelOp op, ArrayRef tileSizes, -- 2.7.4