Closed
Description
Bugzilla Link | 7709 |
Resolution | FIXED |
Resolved on | Oct 20, 2017 04:18 |
Version | trunk |
OS | All |
Blocks | llvm/llvm-bugzilla-archive#10988 |
Reporter | LLVM Bugzilla Contributor |
CC | @lattner,@topperc,@RKSimon,@rotateright |
Extended Description
Following instructions from http://blog.llvm.org/2010/01/x86-disassembler.html:
echo '0xF3 0xAD' | llvm-mc -disassemble -triple=x86_64-apple-darwin9
outputs:
lodsl
instead of the correct sequence
rep lodsl