This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][spirv] Fix links in docs after repo migration
ClosedPublic

Authored by antiagainst on Dec 27 2019, 5:56 AM.

Details

Summary

This commit updates links to SPIR-V dialect code to LLVM monorepo
on GitHub. It also points to the operation doc on mlir.llvm.org.

Diff Detail

Event Timeline

antiagainst created this revision.Dec 27 2019, 5:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 27 2019, 5:56 AM
ftynse accepted this revision.Dec 27 2019, 6:10 AM
This revision is now accepted and ready to land.Dec 27 2019, 6:10 AM

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

clang-tidy: pass.

clang-format: pass.

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

This revision was automatically updated to reflect the committed changes.
mehdi_amini added inline comments.Dec 27 2019, 11:21 AM
mlir/docs/Dialects/SPIR-V.md
1020

This should point to https://mlir.llvm.org

(but this entire document should be generated)

antiagainst marked an inline comment as done.Dec 27 2019, 1:34 PM
antiagainst added inline comments.
mlir/docs/Dialects/SPIR-V.md
1020

Oh, right. Will update this later. Thanks for the good catch! :)