This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf][bufferize] Fix bug in WhileOp analysis verification
ClosedPublic

Authored by springerm on Mar 8 2023, 4:10 AM.

Details

Summary

Block arguments and yielded values are not equivalent if there are not enough block arguments. This fixes #59442.

Diff Detail

Event Timeline

springerm created this revision.Mar 8 2023, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 4:10 AM
springerm requested review of this revision.Mar 8 2023, 4:10 AM
nicolasvasilache accepted this revision.May 15 2023, 5:05 AM
This revision is now accepted and ready to land.May 15 2023, 5:05 AM