[Mlir-commits] [mlir] [mlir] Add	apply_patterns.linalg.pad_vectorization TD Op (PR #112504)
    Javed Absar 
    llvmlistbot at llvm.org
       
    Thu Oct 17 05:41:06 PDT 2024
    
    
  
================
@@ -2285,7 +2285,7 @@ static SmallVector<Value> ofrToIndexValues(RewriterBase &rewriter, Location loc,
   return result;
 }
 
-/// Rewrite a tensor::PadOp into a sequence of EmptyOp, FillOp and
+/// Rewrite a tensor::PadOp into a sequence of EmptyOp, FillOp/GenerateOp and
----------------
javedabsar1 wrote:
as a sequence of 
[ FillOp GenerateOp InsertSlice ]  .
https://github.com/llvm/llvm-project/pull/112504
    
    
More information about the Mlir-commits
mailing list