[Mlir-commits] [mlir] [mlir][Hoisting] Hoisting vector.extract/vector.broadcast pairs (PR #86108)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Apr 18 04:32:59 PDT 2024


================
@@ -43,6 +43,121 @@ using llvm::dbgs;
 using namespace mlir;
 using namespace mlir::linalg;
 
+scf::ForOp replaceWithDifferentYield(RewriterBase &rewriter, scf::ForOp loop,
----------------
ftynse wrote:

If this function is a helper only used in this file, mark it as `static`.

In any case, please provide documentation.

https://github.com/llvm/llvm-project/pull/86108


More information about the Mlir-commits mailing list