Re: [Mesa-dev] [PATCH 1/9] gallium/radeon: don't use LLVMReadOnlyAttribute for ALU

2015-03-02 Thread Tom Stellard
On Mon, Mar 02, 2015 at 12:54:15PM +0100, Marek Olšák wrote: > From: Marek Olšák > For some reason I thought doing this would require changes to LLVM, but I guess I was wrong. Reviewed-by: Tom Stellard > None of the instructions use a pointer argument. > (+ small cosmetic changes) > --- > ..

[Mesa-dev] [PATCH 1/9] gallium/radeon: don't use LLVMReadOnlyAttribute for ALU

2015-03-02 Thread Marek Olšák
From: Marek Olšák None of the instructions use a pointer argument. (+ small cosmetic changes) --- .../drivers/radeon/radeon_setup_tgsi_llvm.c| 25 -- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/