This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Fix unknown ops in BufferViewFlowAnalysis
ClosedPublic

Authored by springerm on May 15 2023, 2:05 AM.

Details

Summary

If an op is unknown to the analysis, it must be treated conservatively: assume that every operand aliases with every result.

Diff Detail

Event Timeline

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