[Mlir-commits] [mlir] [SCF][Transform] Add support for scf.for in LoopFuseSibling op (PR #81495)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Mar 27 09:52:56 PDT 2024
================
@@ -476,21 +478,40 @@ static bool isForallWithIdenticalConfiguration(Operation *target,
targetOp.getMapping() == sourceOp.getMapping();
}
-/// Fuse `target` into `source` assuming they are siblings and indepndent.
-/// TODO: Add fusion for more operations. Currently, we handle only scf.forall.
+static bool isForWithIdenticalConfiguration(Operation *target,
----------------
ftynse wrote:
Nit: please add documentation to free functions.
https://github.com/llvm/llvm-project/pull/81495
More information about the Mlir-commits
mailing list