[llvm-commits] [PATCH] llc -regalloc=pbqp -debug printout fix

Patrik Hägglund H patrik.h.hagglund at ericsson.com
Mon May 14 04:26:44 PDT 2012


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

-----Original Message-----
From: Patrik Hägglund H 
Sent: den 7 maj 2012 16:10
To: 'lhames at gmail.com'
Cc: <llvm-commits at cs.uiuc.edu>
Subject: [PATCH] llc -regalloc=pbqp -debug printout fix

Hi,

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

Regards,
Patrik Hägglund




More information about the llvm-commits mailing list