This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf] Fix bug in pipelining prologue emission
ClosedPublic

Authored by ThomasRaoux on Feb 3 2022, 11:45 AM.

Details

Summary

Induction variable calculation was ignoring scf.for step value. Fix it to get the correct induction variable value in the prologue.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Feb 3 2022, 11:45 AM
ThomasRaoux requested review of this revision.Feb 3 2022, 11:45 AM

Can you please document in the description what the bug is?

ThomasRaoux edited the summary of this revision. (Show Details)Feb 3 2022, 12:46 PM

Can you please document in the description what the bug is?

done

antiagainst accepted this revision.Feb 3 2022, 12:50 PM
This revision is now accepted and ready to land.Feb 3 2022, 12:50 PM
This revision was automatically updated to reflect the committed changes.