[Mlir-commits] [mlir] 2cbf0b3 - [MLIR][SCF] Fix top-level comment (NFC)
lorenzo chelini
llvmlistbot at llvm.org
Mon Jun 6 23:52:34 PDT 2022
Author: lorenzo chelini
Date: 2022-06-07T08:52:11+02:00
New Revision: 2cbf0b3dc6c16ddcb52e2608f41c905183e67b5e
URL: https://github.com/llvm/llvm-project/commit/2cbf0b3dc6c16ddcb52e2608f41c905183e67b5e
DIFF: https://github.com/llvm/llvm-project/commit/2cbf0b3dc6c16ddcb52e2608f41c905183e67b5e.diff
LOG: [MLIR][SCF] Fix top-level comment (NFC)
Added:
Modified:
mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp b/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
index 1b20585eb2520..38975a7992574 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<ParallelOp, ParallelOp>
mlir::scf::tileParallelLoop(ParallelOp op, ArrayRef<int64_t> tileSizes,
More information about the Mlir-commits
mailing list