This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Change bufferizableInPlaceAnalysis signature
ClosedPublic

Authored by springerm on Oct 1 2021, 3:58 AM.

Details

Summary

Move getInplaceableOpResult() call into bufferizableInPlaceAnalysis.

Depends On D110806

Diff Detail

Event Timeline

springerm created this revision.Oct 1 2021, 3:58 AM
springerm requested review of this revision.Oct 1 2021, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 1 2021, 3:58 AM

Note: The only goal of this change is to make the signature of bufferizableInPlaceAnalysis smaller. (Fewer arguments.)

nicolasvasilache accepted this revision.Oct 6 2021, 11:37 PM

Note: The only goal of this change is to make the signature of bufferizableInPlaceAnalysis smaller. (Fewer arguments.)

Please add this comment directly in the commit message

This revision is now accepted and ready to land.Oct 6 2021, 11:37 PM