Re: [Mesa-dev] [PATCH 08/10] i965: Remove NOP insertion kludge in scheduler.

2016-03-13 Thread Francisco Jerez
Matt Turner writes: > Instead of removing every instruction in add_insts_from_block(), just > move the instruction to its scheduled location. This is a step towards > doing both bottom-up and top-down scheduling without conflicts. > > Note that this patch changes cycle counts for programs because

[Mesa-dev] [PATCH 08/10] i965: Remove NOP insertion kludge in scheduler.

2016-03-04 Thread Matt Turner
Instead of removing every instruction in add_insts_from_block(), just move the instruction to its scheduled location. This is a step towards doing both bottom-up and top-down scheduling without conflicts. Note that this patch changes cycle counts for programs because it begins including control fl