<div dir="ltr">Hi,<div><br></div><div>This patch implements the initial serialization of the machine operand target flags.</div><div>This patch extends the 'TargetInstrInfo' class to add two new methods that help</div><div>to provide text based serialization. </div><div><br></div><div>This patch also overrides the new methods in the X86 target, and thus it is only</div><div>capable of serializing the target flags for the X86 target. The target flags for the</div><div>other targets will be serialized in follow up commits.</div><div><br></div><div>In this patch the target flags use the following syntax:</div><div><br></div><div>    target-flags( [ <direct-flag> ])</div><div><br></div><div>Example:</div><div><br></div><div>   target-flags(x86-got)</div><div><br></div><div>This syntax will be expanded and will include bit flags when the target flags from other</div><div>targets will be serialized.</div><div><br></div><div>Thanks,</div><div>Alex</div></div>