[docs] Update docs to point to the docs.rs website;

This commit is contained in:
Benjamin Bouvier
2019-07-10 12:38:54 +02:00
parent d5b80b2803
commit 55f36ce81a
4 changed files with 26 additions and 4 deletions

View File

@@ -5,6 +5,13 @@ Cranelift IR Reference
.. default-domain:: clif
.. highlight:: clif
.. todo:: Update the IR reference
This document is likely to be outdated and missing some important
information. It is recommended to look at the list of instructions as
documented in the `InstBuilder` documentation:
https://docs.rs/cranelift-codegen/latest/cranelift_codegen/ir/trait.InstBuilder.html
The Cranelift intermediate representation (:term:`IR`) has two primary forms:
an *in-memory data structure* that the code generator library is using, and a
*text format* which is used for test cases and debug output.