[Mlir-commits] [mlir] [mlir][scf] Refactor and improve ParallelLoopFusion (PR #179284)
Ivan Butygin
llvmlistbot at llvm.org
Mon Feb 16 11:41:58 PST 2026
================
@@ -54,7 +54,8 @@ FailureOr<scf::LoopNest> parallelForToNestedFors(RewriterBase &rewriter,
/// User can additionally customize alias checking with `mayAlias` hook.
/// `mayAlias` must return false if 2 values are guaranteed to not alias.
void naivelyFuseParallelOps(Region ®ion,
----------------
Hardcode84 wrote:
Document the new option
https://github.com/llvm/llvm-project/pull/179284
More information about the Mlir-commits
mailing list