This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Improve buffer writability analysis
ClosedPublic

Authored by springerm on Jun 7 2022, 3:05 PM.

Details

Summary

Find writability conflicts (writes to buffers that are not allowed to be written to) by checking SSA use-def chains. This is better than the current writability analysis, which is too conservative and finds false positives.

Diff Detail

Event Timeline

springerm created this revision.Jun 7 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 3:05 PM
springerm requested review of this revision.Jun 7 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 3:05 PM
bkramer accepted this revision.Jun 8 2022, 12:41 AM

thanks

This revision is now accepted and ready to land.Jun 8 2022, 12:41 AM
This revision was automatically updated to reflect the committed changes.