Re: [Mesa-dev] [PATCH] nir: fix nir_copy_propagation test

2018-10-23 Thread Juan A. Suarez Romero
On Tue, 2018-10-23 at 09:26 -0500, Jason Ekstrand wrote: > The commit message is correct but doesn't match the patch. > > On October 23, 2018 08:59:25 "Juan A. Suarez Romero" > wrote: > > > Commit 16870de8a0a introduced the use of nir_src_as_* functions, so > > copy_propagation tests need to

Re: [Mesa-dev] [PATCH] nir: fix nir_copy_propagation test

2018-10-23 Thread Jason Ekstrand
The commit message is correct but doesn't match the patch. On October 23, 2018 08:59:25 "Juan A. Suarez Romero" wrote: Commit 16870de8a0a introduced the use of nir_src_as_* functions, so copy_propagation tests need to check expected value for the first component. Fixes: 16870de8a0a ("nir:

[Mesa-dev] [PATCH] nir: fix nir_copy_propagation test

2018-10-23 Thread Juan A. Suarez Romero
Commit 16870de8a0a introduced the use of nir_src_as_* functions, so copy_propagation tests need to check expected value for the first component. Fixes: 16870de8a0a ("nir: Use nir_src_is_const and nir_src_as_* in core code") Signed-off-by: Juan A. Suarez Romero ---