This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Map only tensors in BufferizationState
ClosedPublic

Authored by springerm on Dec 1 2021, 9:51 PM.

Details

Summary

BufferizationState had map/lookup overloads for non-tensor values. This was necessary for IREE. There is now a better way to do this, so these overloads can be removed.

Depends On D114928

Diff Detail

Event Timeline

springerm created this revision.Dec 1 2021, 9:51 PM
springerm requested review of this revision.Dec 1 2021, 9:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 9:51 PM
nicolasvasilache accepted this revision.Dec 3 2021, 12:48 AM
This revision is now accepted and ready to land.Dec 3 2021, 12:48 AM
This revision was landed with ongoing or failed builds.Dec 3 2021, 6:07 AM
This revision was automatically updated to reflect the committed changes.