Re: [Mesa-dev] [PATCH 1/4] ac/nir: set the noalias attribute on input pointers

2018-01-25 Thread Bas Nieuwenhuizen
Patch 1, 3, 4 are Reviewed-by: Bas Nieuwenhuizen On Wed, Jan 24, 2018 at 11:26 PM, Samuel Pitoiset wrote: > This attribute is similar to the definition of restrict in > C99 and it might help LLVM. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 1 + > 1 file chan

[Mesa-dev] [PATCH 1/4] ac/nir: set the noalias attribute on input pointers

2018-01-24 Thread Samuel Pitoiset
This attribute is similar to the definition of restrict in C99 and it might help LLVM. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index 66203fa4ba..f9ce4f