Re: [Mesa-dev] [PATCH 05/10] intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.

2019-01-07 Thread Iago Toral
On Mon, 2019-01-07 at 12:00 -0800, Francisco Jerez wrote: > Iago Toral writes: > > > On Sat, 2018-12-29 at 12:38 -0800, Francisco Jerez wrote: > > > Currently the visitor attempts to enforce the regioning > > > restrictions > > > that apply to double-precision instructions on CHV/BXT at NIR-to- >

Re: [Mesa-dev] [PATCH 05/10] intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.

2019-01-07 Thread Francisco Jerez
Iago Toral writes: > On Sat, 2018-12-29 at 12:38 -0800, Francisco Jerez wrote: >> Currently the visitor attempts to enforce the regioning restrictions >> that apply to double-precision instructions on CHV/BXT at NIR-to-i965 >> translation time. It is possible though for the copy propagation >> p

Re: [Mesa-dev] [PATCH 05/10] intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.

2019-01-07 Thread Iago Toral
On Sat, 2018-12-29 at 12:38 -0800, Francisco Jerez wrote: > Currently the visitor attempts to enforce the regioning restrictions > that apply to double-precision instructions on CHV/BXT at NIR-to-i965 > translation time. It is possible though for the copy propagation > pass > to violate this restr

[Mesa-dev] [PATCH 05/10] intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.

2018-12-29 Thread Francisco Jerez
Currently the visitor attempts to enforce the regioning restrictions that apply to double-precision instructions on CHV/BXT at NIR-to-i965 translation time. It is possible though for the copy propagation pass to violate this restriction if a strided move is propagated into one of the affected inst