Re: [Mesa-dev] [PATCH 1/5] i965/fs: Fix the inline nir_op_pack_double optimization

2017-02-15 Thread Kenneth Graunke
On Tuesday, February 14, 2017 11:29:47 PM PST Jason Ekstrand wrote: > We can only do the optimization if the source *is* SSA. > > Cc: "13.0 17.0" > --- > src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/i965/b

[Mesa-dev] [PATCH 1/5] i965/fs: Fix the inline nir_op_pack_double optimization

2017-02-14 Thread Jason Ekstrand
We can only do the optimization if the source *is* SSA. Cc: "13.0 17.0" --- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp index 991c20f..94f2751 100