[PATCH] D11736: Initial documentation for the MIR serialization format.

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Aug 4 00:05:39 PDT 2015


> On 2015-Aug-03, at 14:15, Alex Lorenz <arphaman at gmail.com> wrote:
> 
> arphaman created this revision.
> arphaman added reviewers: silvas, dexonsmith, bogner, bob.wilson.
> arphaman added a subscriber: llvm-commits.
> arphaman set the repository for this revision to rL LLVM.
> 
> This patch contains an initial documentation for the MIR serialization format.
> 
> This initial document contains the 'Introduction', 'Overview' and the 'High Level Structure' sections,
> which briefly describe the MIR serialization format. The follow up patches will expand on this initial
> document and will describe the format using the appropriate level of detail.
> 
> Repository:
>  rL LLVM
> 
> http://reviews.llvm.org/D11736
> 
> Files:
>  docs/MachineIRRef.rst

One thing to add to Justin and Sean's comments: I think this
should be called MIRLangRef.rst or MachineIRLangRef.rst (I prefer
the former), since the name lines up better with LangRef.

>  docs/index.rst
> 
> <D11736.31265.patch>





More information about the llvm-commits mailing list