On Tue, Jun 3, 2014 at 3:59 PM, Abdiel Janulgue <abdiel.janul...@linux.intel.com> wrote: > On Broadwell, this reduces the instruction to 1 operation when NOT is used > with > a logical instruction
I expected patch #2 to fix the bug were we'd copy propagate mov a, -b and c, e, a and yield and c, e, -b As it is, this patch is allowing copy propagation from a NOT instruction on Broadwell into any instruction, not just logical instructions. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev