[LLVMbugs] [Bug 4811] New: Make asm-verbose show encoding

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 27 23:31:21 PDT 2009


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

           Summary: Make asm-verbose show encoding
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


The MCCodeEmitter interface makes it easy to show the encoding of instructions,
we should turn this on for -asm-verbose. It would be nice if this would show
other interesting bits, like the how the relocation fits into the encoding.

This is easy to add, I'm just waiting for the code emitter interface to get a
bit more tested / flushed out.


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