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

             Bug #: 12822
           Summary: llc -regalloc=pbqp -debug printout of registers
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: llc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 8554
  --> http://llvm.org/bugs/attachment.cgi?id=8554
patch

This is a small patch that fix the debug output from PBQP:

For example:

********** DEBUG VARIABLES **********
********** Compute Spill Weights **********
********** Function: tut
PBQP Register Allocating for tut
  PBQP Regalloc round 0:
VREG 2147483651 -> a0h                <---- 2147483651 should be printed as
%vreg3

(Reported to llvm-commits:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120507/142321.html)

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