Skip to content

[MC] Disassembler does not support x86 instruction prefixes #8081

Closed
@llvmbot

Description

@llvmbot
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions