Re: [Mesa-dev] [PATCH] nir/validate: Ensure that phi sources are SSA-only

2015-02-03 Thread Connor Abbott
On Tue, Feb 3, 2015 at 1:49 PM, Jason Ekstrand wrote: > For whatever reason, I thought we might have non-ssa phi sources. However, > I looked again and I don't think it's possible. Also, this patch applies > with no piglit regressions. Yeah, the only reason I made it so that phi instructions co

Re: [Mesa-dev] [PATCH] nir/validate: Ensure that phi sources are SSA-only

2015-02-03 Thread Jason Ekstrand
For whatever reason, I thought we might have non-ssa phi sources. However, I looked again and I don't think it's possible. Also, this patch applies with no piglit regressions. On Tue, Feb 3, 2015 at 10:49 AM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir_validate.c | 13 +++-- > 1 fi