[llvm-commits] [llvm] r91919 - in /llvm/trunk: lib/Target/X86/Disassembler/X86Disassembler.cpp lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h utils/TableGen/X86RecognizableInstr.cpp

Chris Lattner clattner at apple.com
Tue Dec 22 14:42:59 PST 2009


On Dec 22, 2009, at 1:12 PM, Sean Callanan wrote:

> Author: spyffe
> Date: Tue Dec 22 15:12:55 2009
> New Revision: 91919
>
> URL: http://llvm.org/viewvc/llvm-project?rev=91919&view=rev
> Log:
> Fixes to the X86 disassembler:
> Made LEA memory operands emit only 4 MCInst operands.
> Made the scale operand equal 1 for instructions that have no
> SIB byte.

Thanks Sean!  Can you add a testcase for these as you fix them?  It  
should be really easy to extend llvm/test/MC/Disassembler/simple- 
tests.txt with an example of them,

-Chris




More information about the llvm-commits mailing list