[Mlir-commits] [mlir] Remove reference to removed method. (PR	#96315)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Fri Jun 21 07:54:09 PDT 2024
    
    
  
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Thomas Preud'homme (RoboTux)
<details>
<summary>Changes</summary>
Methodes were removed in dc37dc824aabbbe3d029519f43f0b348dcad7027.
---
Full diff: https://github.com/llvm/llvm-project/pull/96315.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/Linalg/Utils/Utils.h (-2) 
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/96315
    
    
More information about the Mlir-commits
mailing list