This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Fix bug in findValueInReverseUseDefChain
ClosedPublic

Authored by springerm on May 22 2023, 3:51 AM.

Details

Summary

This bug was recently introduced in D143927 and manifests as a dominance violation.

Diff Detail

Event Timeline

springerm created this revision.May 22 2023, 3:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 3:51 AM
springerm requested review of this revision.May 22 2023, 3:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 3:51 AM
mravishankar accepted this revision.May 22 2023, 11:32 AM
This revision is now accepted and ready to land.May 22 2023, 11:32 AM