[PATCH] MIR Serialization: Serialize the target index machine operands.

Alex L arphaman at gmail.com
Tue Jul 28 16:04:32 PDT 2015


Thanks, this got committed in r243497.

2015-07-27 21:22 GMT-07:00 Duncan P. N. Exon Smith <dexonsmith at apple.com>:

>
> > On 2015-Jul-27, at 17:23, Alex L <arphaman at gmail.com> wrote:
> >
> > Hello,
> >
> > This patch serializes the target index machine operands.
> >
> > They use the following syntax:
> >
> >     target-index(<name>)
> >
> > This commit extends the TargetInstrInfo class with a method that returns
> the target's serializable
> > target indices, so that the MIR printer and parser can map to/from names
> and target indices using
> > the information returned by this new method.
> >
> > Thanks,
> > Alex
> > <0001-MIR-Serialization-Serialize-the-target-index-machine.patch>
>
> LGTM.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150728/4334e2b5/attachment.html>


More information about the llvm-commits mailing list