Reviewed-by: Alejandro Piñeiro
On 16/11/18 16:25, Jason Ekstrand wrote:
> ../src/intel/compiler/brw_fs_nir.cpp:3534:46: warning: comparison of integer
> expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
>assert(nir_intrinsic_write_mask(instr) ==
>
../src/intel/compiler/brw_fs_nir.cpp:3534:46: warning: comparison of integer
expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
assert(nir_intrinsic_write_mask(instr) ==
^~
(1 << instr->num_components) -