[Mlir-commits] [mlir] 53e577a - Remove reference to removed method. (#96315)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 24 03:35:19 PDT 2024


Author: Thomas Preud'homme
Date: 2024-06-24T11:35:16+01:00
New Revision: 53e577add0fb25e335d73376a906da7321182261

URL: https://github.com/llvm/llvm-project/commit/53e577add0fb25e335d73376a906da7321182261
DIFF: https://github.com/llvm/llvm-project/commit/53e577add0fb25e335d73376a906da7321182261.diff

LOG: Remove reference to removed method. (#96315)

Methodes were removed in dc37dc824aabbbe3d029519f43f0b348dcad7027.

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Linalg/Utils/Utils.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
index b3397ae131b56..65a1a8b42e149 100644
--- a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
+++ b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
@@ -219,7 +219,6 @@ struct FusionInfo {
   LinalgOp fusedProducer;
 };
 
-/// Tensor counterpart of `fuseProducerOfBuffer`.
 /// This implements the fusion part of the "tileAndFuse on tensors"
 /// transformation and thus requires the `consumerOpOperand` to be a
 /// `extract_slice` op (generally obtained by applying the tiling
@@ -227,7 +226,6 @@ struct FusionInfo {
 FailureOr<FusionInfo> fuseProducerOfTensor(OpBuilder &b,
                                            OpOperand &consumerOpOperand);
 
-/// Tensor counterpart of `fuseProducerOfBuffer`.
 /// This implements the fusion part of the "tileAndFuse on tensors"
 /// transformation and thus requires the `consumerOpOperand` to be a
 /// `extract_slice` op (generally obtained by applying the tiling


        


More information about the Mlir-commits mailing list