This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Fix links in docs and update dialect docs
ClosedPublic

Authored by antiagainst on Jan 1 2020, 5:09 AM.

Details

Summary

This commit fixes links to code directories and uses doc links on
mlir.llvm.org where possible. The docs in TableGen dialect definition
is also updated to reflect recent developments.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 1 2020, 5:09 AM

Unit tests: pass. 61168 tests passed, 0 failed and 728 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

mravishankar accepted this revision.Jan 1 2020, 3:17 PM
This revision is now accepted and ready to land.Jan 1 2020, 3:17 PM
This revision was automatically updated to reflect the committed changes.