This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface
ClosedPublic

Authored by springerm on Oct 24 2021, 11:53 PM.

Details

Summary

Do not erase those ops during the traversal. Also improve error handling. Fixes a crash introduced by D111924.

Diff Detail

Event Timeline

springerm created this revision.Oct 24 2021, 11:53 PM
springerm requested review of this revision.Oct 24 2021, 11:53 PM
nicolasvasilache accepted this revision.Oct 25 2021, 3:03 AM
This revision is now accepted and ready to land.Oct 25 2021, 3:03 AM