This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Fix bug in module equivalence analysis
ClosedPublic

Authored by springerm on Jun 1 2022, 1:14 PM.

Details

Summary

CallOp result are not equivalent to an OpOperand if the OpOperand bufferizes out-of-place.

Depends On D126253

Diff Detail

Event Timeline

springerm created this revision.Jun 1 2022, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2022, 1:14 PM
springerm requested review of this revision.Jun 1 2022, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2022, 1:14 PM
aartbik accepted this revision.Jun 9 2022, 8:42 AM
This revision is now accepted and ready to land.Jun 9 2022, 8:42 AM
This revision was automatically updated to reflect the committed changes.