This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF] Fix scf.while bufferization
ClosedPublic

Authored by springerm on May 17 2022, 1:59 PM.

Details

Summary

Before this fix, the bufferization implementation made the incorrect assumption that the values yielded from the "before" region must match with the values yielded from the "after" region.

Diff Detail

Event Timeline

springerm created this revision.May 17 2022, 1:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 1:59 PM
springerm requested review of this revision.May 17 2022, 1:59 PM
bkramer accepted this revision.May 17 2022, 2:12 PM

Thanks

This revision is now accepted and ready to land.May 17 2022, 2:12 PM
This revision was automatically updated to reflect the committed changes.