Re: [Mesa-dev] [PATCH 3/3] gallium/radeon: use lp_build_alloca_undef

2016-08-10 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Tue, Aug 9, 2016 at 12:38 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Avoid building all those store 0 / store undef instrucction pairs that > end up getting removed anyway. > --- > src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c

[Mesa-dev] [PATCH 3/3] gallium/radeon: use lp_build_alloca_undef

2016-08-09 Thread Nicolai Hähnle
From: Nicolai Hähnle Avoid building all those store 0 / store undef instrucction pairs that end up getting removed anyway. --- src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/gallium/drivers/radeon/radeo