[LLVMbugs] [Bug 1059] NEW: intel-style asm printer for x86 doesn't support jump tables

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Dec 18 21:55:44 PST 2006


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

           Summary: intel-style asm printer for x86 doesn't support jump
                    tables
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


-x86-asm-syntax=intel yields:

$BB1_2451:	;bb740
	mov EAX, <unknown operand type>
	mov ECX, DWORD PTR [ESP + 1372]
	jmp DWORD PTR [EAX + 4*ECX]

AT&T yields:

LBB1_2451:	#bb740
	movl $LJTI1_3, %eax
	movl 1372(%esp), %ecx
	jmpl *(%eax,%ecx,4)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list