This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Modernize std-to-llvm operation conversion doc
ClosedPublic

Authored by ftynse on Dec 18 2020, 10:33 AM.

Details

Summary

This was long overdue. Replace the outdated type syntax with the new syntax,
and update the description of how memref load/stores are handled to reflect the
latest changes in the implementation.

Diff Detail

Event Timeline

ftynse created this revision.Dec 18 2020, 10:33 AM
ftynse requested review of this revision.Dec 18 2020, 10:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 18 2020, 10:33 AM
herhut accepted this revision.Dec 23 2020, 2:09 AM
herhut added a subscriber: herhut.

Thanks for cleaning this up!

This revision is now accepted and ready to land.Dec 23 2020, 2:09 AM
This revision was automatically updated to reflect the committed changes.