Reviewed-by: Jason Ekstrand
On Thu, Jul 6, 2017 at 12:48 PM, Connor Abbott
wrote:
> From: Connor Abbott
>
> The compact flag doesn't make sense on local variables, since the
> packing on them is up to the driver. This fixes nir_validate assertions
> in some cases, particularly when lower_io_to
From: Connor Abbott
The compact flag doesn't make sense on local variables, since the
packing on them is up to the driver. This fixes nir_validate assertions
in some cases, particularly when lower_io_to_temporaries is used on
per-vertex inputs/outputs.
---
src/compiler/nir/nir_lower_io_to_tempor