This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops
ClosedPublic

Authored by springerm on Jan 18 2023, 3:47 AM.

Details

Summary

If we have no information about an op, assume that each tensor OpOperand may alias with each tensor OpResult.

Also enable analysis of unknown ops (for testing).

Depends On: D142005

Diff Detail

Event Timeline

springerm created this revision.Jan 18 2023, 3:47 AM
springerm requested review of this revision.Jan 18 2023, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 12:53 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
springerm edited the summary of this revision. (Show Details)Jan 27 2023, 8:16 AM
This revision is now accepted and ready to land.Jan 30 2023, 12:07 AM