nv50: insert MOVs also for PHI sources from dominating block
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 27 Jul 2010 15:56:13 +0000 (17:56 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 31 Jul 2010 16:32:35 +0000 (18:32 +0200)
commit5de5e4fd5c7c6d55e9b3aadbaae0ca34e2662e2c
tree509b8b9d78783c3e41a14ef2a68ed88283f4c6ff
parent582311ca979ac2316807cdffb15e7a25000693f4
nv50: insert MOVs also for PHI sources from dominating block

Otherwise we get live range conflicts for operands that are written
only in e.g. an ELSE block but not the IF block.
src/gallium/drivers/nv50/nv50_pc_print.c
src/gallium/drivers/nv50/nv50_pc_regalloc.c