In a subsequent commit, getResultBuffer can return a "null" Value. This is the case when the returned buffer from an scf.if is not unique.
This commit is in preparation for scf.if support to keep the next commit smaller.
Depends On D111924
Paths
| Differential D111927
[mlir][linalg][bufferize][NFC] Check return value of getResultBuffer ClosedPublic Authored by springerm on Oct 16 2021, 12:05 AM.
Details Summary In a subsequent commit, getResultBuffer can return a "null" Value. This is the case when the returned buffer from an scf.if is not unique. This commit is in preparation for scf.if support to keep the next commit smaller. Depends On D111924
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 16 2021, 12:05 AM This revision is now accepted and ready to land.Oct 20 2021, 11:52 PM This revision was landed with ongoing or failed builds.Oct 21 2021, 1:28 AM Closed by commit rG65ef43e288ad: [mlir][linalg][bufferize][NFC] Check return value of getResultBuffer (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381171 mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
|