nvc0: correct allocation of constrained registers
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:08:23 +0000 (17:08 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:35:35 +0000 (17:35 +0100)
commit4377657f8e204fe2c7b6af194293dd3bea63fca8
tree1eba2cb9f131bd1f391603ff560ac83065517d79
parent67c7aefea33a7935e42ede30463eb7ca5009b068
nvc0: correct allocation of constrained registers

In linear scan we can't allocate multiple values with different
live ranges at the same time to assign them consecutive regs.

Maybe we should just switch to graph coloring for all values ...
src/gallium/drivers/nvc0/nvc0_pc_regalloc.c