This change by itself it not very useful because bufferization of scf.execute_region is not yet implemented, but it avoids an edge case in a subsequent commit related to partial bufferization.
Depends On D114616
Paths
| Differential D114617
[mlir][linalg][bufferize][NFC] scf.execute_region result considered a write AbandonedPublic Authored by springerm on Nov 26 2021, 12:14 AM.
Details
Summary This change by itself it not very useful because bufferization of scf.execute_region is not yet implemented, but it avoids an edge case in a subsequent commit related to partial bufferization. Depends On D114616
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptNov 26 2021, 12:14 AM Comment Actions Updated comment and squashed into dependent commit. The main problem here was an inconsistent op interface implementation.
Revision Contents
Diff 389929 mlir/lib/Dialect/Linalg/ComprehensiveBufferize/SCFInterfaceImpl.cpp
|