Re: [Mesa-dev] [PATCH v4 23/40] intel/compiler: rework conversion opcodes

2019-02-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Feb 12, 2019 at 5:57 AM Iago Toral Quiroga wrote: > Now that we have the regioning lowering pass we can just put all of these > opcodes together in a single block and we can just assert on the few cases > of conversion instructions that are not supported in

[Mesa-dev] [PATCH v4 23/40] intel/compiler: rework conversion opcodes

2019-02-12 Thread Iago Toral Quiroga
Now that we have the regioning lowering pass we can just put all of these opcodes together in a single block and we can just assert on the few cases of conversion instructions that are not supported in hardware and that should be lowered in brw_nir_lower_conversions. The only cases what we still