Re: [Mesa-dev] [PATCH] ac/nir: remove the bitfield_extract workaround for LLVM 8

2018-12-20 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Dec 19, 2018 at 11:50 AM Samuel Pitoiset wrote: > This workaround has been introduced by 3d41757788a and it > is no longer needed since LLVM r346422. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 24 +++

[Mesa-dev] [PATCH] ac/nir: remove the bitfield_extract workaround for LLVM 8

2018-12-19 Thread Samuel Pitoiset
This workaround has been introduced by 3d41757788a and it is no longer needed since LLVM r346422. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src