This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Infer memref types when possible
ClosedPublic

Authored by springerm on May 14 2022, 12:42 PM.

Details

Summary

Instead of recomputing memref types from tensor types, try to infer them when possible. This results in more precise layout maps.

Diff Detail

Event Timeline

springerm created this revision.May 14 2022, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2022, 12:42 PM
springerm requested review of this revision.May 14 2022, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2022, 12:42 PM
pifon2a accepted this revision.May 14 2022, 12:58 PM
This revision is now accepted and ready to land.May 14 2022, 12:58 PM
This revision was automatically updated to reflect the committed changes.