Unverified Commit c0d2ea9d authored by Ivan Butygin's avatar Ivan Butygin Committed by GitHub
Browse files

[mlir][scf] Improve `scf.parallel` fusion pass (#75852)

Abort fusion if memref load may alias write, but not the exact alias. 
Add alias check hook to `naivelyFuseParallelOps`, so user can customize
alias checking.
Use builtin alias analysis in `ParallelLoopFusion` pass.
parent 9aeb3336
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment