This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization][NFC] Simplify func bufferization state
ClosedPublic

Authored by springerm on Jan 19 2023, 8:24 AM.

Details

Summary

The analysis previous kept track of OpOperand -> OpResult and OpResult -> OpOperand aliasing mappings. Only one mapping is needed, the other one can be inferred.

Depends On: D142006

Diff Detail

Event Timeline

springerm created this revision.Jan 19 2023, 8:24 AM
springerm requested review of this revision.Jan 19 2023, 8:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 8:24 AM
This revision is now accepted and ready to land.Jan 30 2023, 12:02 AM