[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,8 @@ namespace linalg {
/// when used on distributed loops with memref semantics!
void hoistRedundantVectorTransfers(Operation *root);
+void hoistRedundantVectorBroadcasts(Operation *root);
----------------
ftynse wrote:
Nit: please document functions.
https://github.com/llvm/llvm-project/pull/86108
More information about the Mlir-commits
mailing list