This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Fix bug in getInplaceableOpResult
ClosedPublic

Authored by springerm on Oct 19 2021, 10:47 PM.

Diff Detail

Event Timeline

springerm created this revision.Oct 19 2021, 10:47 PM
springerm requested review of this revision.Oct 19 2021, 10:47 PM
nicolasvasilache added a subscriber: jpienaar.
nicolasvasilache added inline comments.
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
511

@jpienaar @mehdi_amini @rriddle did we settle on what we want to allow in Tablegen wrt named get opoperand?

This revision is now accepted and ready to land.Oct 20 2021, 11:51 PM