[LLVMbugs] [Bug 9330] [MC] Overly large encoding for orl with memory operand

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 21 22:57:37 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9330

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-05-22 00:57:37 CDT ---
This looks like it got fixed along the way:

$ llvm-mc t.s -show-encoding  -triple i386-unknown-unknown
    .section    __TEXT,__text,regular,pure_instructions
    orl    $-1, 1                  # encoding:
[0x83,0x0d,0x01,0x00,0x00,0x00,0xff]

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list