[LLVMbugs] [Bug 9290] New: Conditional jumps are encoded sub-optimally

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 22 08:59:01 PST 2011


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

           Summary: Conditional jumps are encoded sub-optimally
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu


Consider the follow input fragment:

je 1f
1:

Expect result:
0x74 0x00

Current result:

0x0f 0x84 0x00 0x00 0x00 0x00

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