[Mlir-commits] [mlir] [mlir][linalg] Expose getPreservedProducerResults method from ElementwiseOpFusion file (PR #73850)
    Amir Bishara 
    llvmlistbot at llvm.org
       
    Thu Dec  7 07:51:11 PST 2023
    
    
  
================
@@ -493,6 +493,8 @@ LogicalResult dropUnitDims(RewriterBase &rewriter, GenericOp genericOp,
 struct ElementwiseOpFusionResult {
   Operation *fusedOp;
   llvm::DenseMap<Value, Value> replacements;
+  static llvm::SmallDenseSet<int>
----------------
amirBish wrote:
great, removed it from the result object and declared it as a method in the header.
https://github.com/llvm/llvm-project/pull/73850
    
    
More information about the Mlir-commits
mailing list