[Mlir-commits] [mlir] [mlir][scf] Improve `scf.parallel` fusion pass (PR #75852)
Mehdi Amini
llvmlistbot at llvm.org
Tue Dec 19 02:40:06 PST 2023
================
@@ -34,7 +34,10 @@ class ParallelOp;
/// Fuses all adjacent scf.parallel operations with identical bounds and step
/// into one scf.parallel operations. Uses a naive aliasing and dependency
/// analysis.
-void naivelyFuseParallelOps(Region ®ion);
+/// User can additioanlly customize alias checking with `mayAlias` hook.
----------------
joker-eph wrote:
```suggestion
/// User can additionally customize alias checking with `mayAlias` hook.
```
https://github.com/llvm/llvm-project/pull/75852
More information about the Mlir-commits
mailing list