<div dir="ltr">Hi,<div><br></div><div>This patch implements the initial serialization of the machine memory operands.</div><div>Individual memory operands are serialized using the following syntax:</div><div><br></div><div>   (load <size> from <value>)</div><div>   (store <size> to <value>)</div><div><br></div><div>Example:</div><div><br></div><div><div>      %eax = MOV32rm %rdi, 1, _, 0, _ :: (load 4 from %ir.a)</div><div>      MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)</div></div><div><br></div><div>Cheers,</div><div>Alex</div></div>