This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix bug when swapping scf.for and vector warp op
ClosedPublic

Authored by ThomasRaoux on Jun 22 2022, 8:01 PM.

Details

Summary

When creating a scf.for without argument a scf.yield is automatically
created. Make sure we don't create a second one.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 22 2022, 8:01 PM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.Jun 22 2022, 8:01 PM
springerm accepted this revision.Jun 24 2022, 1:02 AM
This revision is now accepted and ready to land.Jun 24 2022, 1:02 AM