[patch][pr23594] Print the lock prefix first

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed May 20 12:27:50 PDT 2015


When going via assembly a lock prefix becomes a LOCK_PREFIX
instruction before the rest of the instruction.

With direct object emission it remains a prefix. It is not clear why
it is not expanded in two MCInst, but we should at least print the
lock prefix first to get the same binary output.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 4698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/72ccc670/attachment.bin>


More information about the llvm-commits mailing list