[PATCH] MIR Serialization: Initial serialization of the machine memory operands.

Alex L arphaman at gmail.com
Mon Aug 3 16:09:23 PDT 2015


Thanks, this got committed in r243915.

2015-07-31 16:55 GMT-07:00 Duncan P. N. Exon Smith <dexonsmith at apple.com>:

>
> > On 2015-Jul-31, at 15:13, Alex L <arphaman at gmail.com> wrote:
> >
> > Hi,
> >
> > This patch implements the initial serialization of the machine memory
> operands.
> > Individual memory operands are serialized using the following syntax:
> >
> >    (load <size> from <value>)
> >    (store <size> to <value>)
> >
> > Example:
> >
> >       %eax = MOV32rm %rdi, 1, _, 0, _ :: (load 4 from %ir.a)
> >       MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)
> >
> > Cheers,
> > Alex
> > <0001-MIR-Serialization-Initial-serialization-of-machine-m.patch>
>
> LGTM.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/387c5d69/attachment.html>


More information about the llvm-commits mailing list