Re: [Mesa-dev] [PATCH v2 020/103] i965/vec4: don't copy propagate vector opcodes that operate in align1 mode

2016-10-18 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 10/11/2016 02:01 AM, Iago Toral Quiroga wrote: > Basically, ALIGN1 mode will ignore swizzles on the input vectors so we don't > want the copy propagation pass to mess with them. > --- >

[Mesa-dev] [PATCH v2 020/103] i965/vec4: don't copy propagate vector opcodes that operate in align1 mode

2016-10-11 Thread Iago Toral Quiroga
Basically, ALIGN1 mode will ignore swizzles on the input vectors so we don't want the copy propagation pass to mess with them. --- .../drivers/dri/i965/brw_vec4_copy_propagation.cpp | 24 ++ 1 file changed, 24 insertions(+) diff --git