This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf] Fix bug in software pipeliner and simplify the logic
ClosedPublic

Authored by ThomasRaoux on Mar 8 2023, 10:03 AM.

Details

Summary

Fix bug when pipelining while interleaving stages. Re-do the logic to
only consider cloned operands when updating the use-def chain.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Mar 8 2023, 10:03 AM
ThomasRaoux requested review of this revision.Mar 8 2023, 10:03 AM
manishucsd accepted this revision.Mar 8 2023, 11:05 AM
This revision is now accepted and ready to land.Mar 8 2023, 11:05 AM