This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Oct 16 2021, 12:05 AM
springerm requested review of this revision.Oct 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
This revision was automatically updated to reflect the committed changes.