[Mesa-dev] [PATCH 5/9] i965/fs: don't propagate cmod when the exec sizes differ

2015-11-19 Thread Iago Toral Quiroga
From: Connor Abbott This can happen when the source of the compare was split by the SIMD lowering pass. Potentially, we could allow the case where the exec size of scan_inst is larger, and scan_inst has the right quarter selected, but doing that seems a little more

Re: [Mesa-dev] [PATCH 5/9] i965/fs: don't propagate cmod when the exec sizes differ

2015-11-19 Thread Matt Turner
On Thu, Nov 19, 2015 at 2:05 AM, Iago Toral Quiroga wrote: > From: Connor Abbott > > This can happen when the source of the compare was split by the SIMD > lowering pass. Potentially, we could allow the case where the exec size > of scan_inst is