This is in preparating for decoupling the SCF dialect from the analysis.
Depends On D113340
Paths
| Differential D113337
[mlir][linalg][bufferize] Add helper method isMemoryWrite to op interface ClosedPublic Authored by springerm on Nov 6 2021, 2:25 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptNov 6 2021, 2:25 AM springerm added a child revision: D112901: [mlir][linalg][bufferize] Remove special scf::IfOp rules.Nov 6 2021, 2:26 AM springerm added a parent revision: D113340: [mlir][linalg][bufferize] Fix buffer equivalence around scf.if ops. This revision is now accepted and ready to land.Nov 10 2021, 12:09 AM Closed by commit rG007e55133ec6: [mlir][linalg][bufferize] Add helper method isMemoryWrite to op interface (authored by springerm). · Explain WhyNov 10 2021, 1:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386091 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.td
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
|