Move getInplaceableOpResult() call into bufferizableInPlaceAnalysis.
Depends On D110806
Paths
| Differential D110915
[mlir][linalg][bufferize][NFC] Change bufferizableInPlaceAnalysis signature ClosedPublic Authored by springerm on Oct 1 2021, 3:58 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 1 2021, 3:58 AM springerm added a child revision: D110916: [mlir][linalg][bufferize][NFC] Simplify getAliasingOpResult().Oct 1 2021, 3:58 AM Comment Actions Note: The only goal of this change is to make the signature of bufferizableInPlaceAnalysis smaller. (Fewer arguments.) Comment Actions
Please add this comment directly in the commit message This revision is now accepted and ready to land.Oct 6 2021, 11:37 PM Closed by commit rG1d24b8c6038e: [mlir][linalg][bufferize][NFC] Change bufferizableInPlaceAnalysis signature (authored by springerm). · Explain WhyOct 7 2021, 6:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376469 mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
|