Re: [Mesa-dev] [PATCH 09/11] nir: Add tests for copy propagation of derefs

2018-10-10 Thread Jason Ekstrand
On Sat, Sep 15, 2018 at 12:46 AM Caio Marcelo de Oliveira Filho < caio.olive...@intel.com> wrote: > Also tests for removal of redundant loads, that we currently handle as > part of the copy propagation. > --- > src/compiler/nir/tests/vars_tests.cpp | 300 ++ > 1 file chang

[Mesa-dev] [PATCH 09/11] nir: Add tests for copy propagation of derefs

2018-09-14 Thread Caio Marcelo de Oliveira Filho
Also tests for removal of redundant loads, that we currently handle as part of the copy propagation. --- src/compiler/nir/tests/vars_tests.cpp | 300 ++ 1 file changed, 300 insertions(+) diff --git a/src/compiler/nir/tests/vars_tests.cpp b/src/compiler/nir/tests/vars_test