Re: [Mesa-dev] [PATCH] ac: fix 16-bit shifts

2019-03-21 Thread Bas Nieuwenhuizen
On Thu, Mar 21, 2019 at 11:59 AM Samuel Pitoiset wrote: > > This fixes the following LLVM error when ckeckir is set: > Type too small for ZExt > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 33 + > 1 file changed, 21 insertions(+),

[Mesa-dev] [PATCH] ac: fix 16-bit shifts

2019-03-21 Thread Samuel Pitoiset
This fixes the following LLVM error when ckeckir is set: Type too small for ZExt Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c