On Monday, September 21, 2015 02:27:00 PM Matt Turner wrote: [snip] > Yeah, the block immediately above handles conditions like this: > > if (inst->opcode != BRW_OPCODE_MOV || > (inst->dst.file != GRF && inst->dst.file != MRF) || > inst->predicate || > inst->src[0].file != GRF || > inst->dst.type != inst->src[0].type || > inst->src[0].abs || inst->src[0].negate || inst->src[0].reladdr) > continue;
D'oh, thanks. I was thinking copy propagation for some reason... Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev