Reviewed-by: Jason Ekstrand
On Sat, Mar 26, 2016 at 2:02 PM, Rob Clark wrote:
> From: Rob Clark
>
> Going to convert this pass to parameterized lower_io_to_temporaries, and
> we want the user to be able to specify whether to lower outputs or
> inputs or both. The restriction of running this p
From: Rob Clark
Going to convert this pass to parameterized lower_io_to_temporaries, and
we want the user to be able to specify whether to lower outputs or
inputs or both. The restriction of running this pass before validate
to avoid output reads no longer applies.
Signed-off-by: Rob Clark
---