search for: neednewelseblock

Displaying 1 result from an estimated 1 matches for "neednewelseblock".

2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
...ated attachment 116339 --> https://bugs.freedesktop.org/attachment.cgi?id=116339&action=edit Candidate Fix for nv50 PhiMovesPass The PhiMovesPass depends on strict correspondence between phi argument and incoming flow edge order. Unfortunately it destroys this correspondence itself in the needNewElseBlock case resulting in the wrong (potentially uninitialized) registers being copied. The attached patch fixes problems in the following games on NVA5 (Debian Jessie, wine git): Costume Quest (with FXAA option), Lifeless Planet, and Eidolon. These are not present when using the LLVMPIPE driver. I have...