This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Update docs on conversion and translation to LLVM
ClosedPublic

Authored by ftynse on Sep 10 2021, 6:48 AM.

Details

Summary

Create a new document that explain both stages of the process in a single
place, merge and deduplicate the content from the two previous documents. Also
extend the documentation to account for the recent changes in pass structure
due to standard dialect splitting and translation being more flexible.

Diff Detail

Event Timeline

ftynse created this revision.Sep 10 2021, 6:48 AM
ftynse requested review of this revision.Sep 10 2021, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2021, 6:48 AM
aartbik added inline comments.Sep 10 2021, 11:04 AM
mlir/docs/TargetLLVMIR.md
10

this no longer exist: X86Vector and X86Vector.md

perhaps also add AMX just to promote it ;-)

ftynse updated this revision to Diff 372482.Sep 14 2021, 7:54 AM
ftynse marked an inline comment as done.

Address review.

aartbik accepted this revision.Sep 14 2021, 8:44 AM
This revision is now accepted and ready to land.Sep 14 2021, 8:44 AM
This revision was automatically updated to reflect the committed changes.