[Mlir-commits] [mlir] a76761c - NFC comment-only cleanups
Sanjoy Das
llvmlistbot at llvm.org
Wed Feb 10 21:33:26 PST 2021
Author: Sanjoy Das
Date: 2021-02-10T21:30:52-08:00
New Revision: a76761cf0deeb223ca1c0b0e5ee68cfcd436e0c4
URL: https://github.com/llvm/llvm-project/commit/a76761cf0deeb223ca1c0b0e5ee68cfcd436e0c4
DIFF: https://github.com/llvm/llvm-project/commit/a76761cf0deeb223ca1c0b0e5ee68cfcd436e0c4.diff
LOG: NFC comment-only cleanups
- Remove leftover comment from de2568aab819f
- Fix a typo in a comment
Added:
Modified:
mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp b/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
index 9d0b789f6443..b7dda2e13ef7 100644
--- a/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
+++ b/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
@@ -26,7 +26,6 @@ using namespace mlir;
using namespace mlir::linalg;
/// Implementation of fusion of generic ops and indexed_generic ops.
-// struct FuseGenericOpsOnTensors {
static bool areTensorOpsFusable(LinalgOp producer, LinalgOp consumer,
unsigned consumerIdx) {
// Producer and consumer must have tensor semantics.
More information about the Mlir-commits
mailing list