[Mlir-commits] [mlir] [mlir][scf] Refactor and improve ParallelLoopFusion (PR #179284)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 17 04:55:50 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,
----------------
fabrizio-indirli wrote:
The option was removed
https://github.com/llvm/llvm-project/pull/179284
More information about the Mlir-commits
mailing list