Re: [Mesa-dev] [PATCH v3 38/42] intel/compiler: fix cmod propagation for non 32-bit types

2019-01-17 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga wrote: > v2: > - Do not propagate if the bit-size changes > --- > src/intel/compiler/brw_fs_cmod_propagation.cpp | 14 +- > 1 file changed, 9 insertions(+), 5 deletions(-) > > diff --git

[Mesa-dev] [PATCH v3 38/42] intel/compiler: fix cmod propagation for non 32-bit types

2019-01-15 Thread Iago Toral Quiroga
v2: - Do not propagate if the bit-size changes --- src/intel/compiler/brw_fs_cmod_propagation.cpp | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/intel/compiler/brw_fs_cmod_propagation.cpp b/src/intel/compiler/brw_fs_cmod_propagation.cpp index