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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to