Re: [Mesa-dev] [PATCH 10/19] gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing

2016-08-10 Thread Tom Stellard
On Tue, Aug 09, 2016 at 12:36:39PM +0200, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > We can use the pointer stored in the temps array directly. Reviewed-by: Tom Stellard > --- > src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --

[Mesa-dev] [PATCH 10/19] gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing

2016-08-09 Thread Nicolai Hähnle
From: Nicolai Hähnle We can use the pointer stored in the temps array directly. --- src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/src/gallium/drivers/radeon/radeon_setup_tgsi_ll