[LLVMbugs] [Bug 1349] NEW: GenCodeEmitter to associate MI operand number by name rather than declaration order

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Apr 23 22:51:50 PDT 2007


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

           Summary: GenCodeEmitter to associate MI operand number by name
                    rather than declaration order
           Product: new-bugs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: christopher.lamb at gmail.com


The GenCodeEmitter tablegen back end should look up MI operand number by name, rather than 
assuming the order of declarations matches the order of the operands. This way tablegen can emit an 
error if the field name and operand name fail to match rather than silently producing an incorrect 
GenCodeEmitter.



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