Unverified Commit d17b005e authored by fabrizio-indirli's avatar fabrizio-indirli Committed by GitHub
Browse files

[mlir][scf] Relax requirements for loops fusion (#79187)



Enable the fusion of parallel loops also when the 1st loop contains
multiple write accesses to the same buffer, if the accesses are always
on the same indices.
Fix LIT test cases whose loops were not being fused.

Signed-off-by: default avatarFabrizio Indirli <Fabrizio.Indirli@arm.com>
parent 036a20cc
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