On Thu, 2018-12-06 at 14:36 -0600, Jason Ekstrand wrote:
> Instead of looking at input_sizes[i] which contains the number of
> components for each source, we look at the bit size of input_types[i].
> This fixes a regression in the 1-bit boolean series though I have no
> idea how we haven't seen it
Instead of looking at input_sizes[i] which contains the number of
components for each source, we look at the bit size of input_types[i].
This fixes a regression in the 1-bit boolean series though I have no
idea how we haven't seen it before now.
Fixes: 35baee5dce5 "nir/constant_folding: fix incorr
Instead of looking at input_sizes[i] which contains the number of
components for each source, we look at the bit size of input_types[i].
This fixes a regression in the 1-bit boolean series though I have no
idea how we haven't seen it before now.
Fixes: 35baee5dce5 "nir/constant_folding: fix incorr