Re: [Mesa-dev] [PATCH v2 07/20] ac: move some helpers to ac_llvm_build.c

2017-12-14 Thread Dieter Nützel
This one do not apply anylonger after Samuel's commit amd/common: add ac_build_waitcnt() #225b19880204024a805cc54b1001d09ef3b58054 For your motivation: I've tested V1 and V2 of the whole series (before the latest master commits) and could ran _all_ my 'normal' stuff. Even UH run with GREAT tes

[Mesa-dev] [PATCH v2 07/20] ac: move some helpers to ac_llvm_build.c

2017-12-12 Thread Timothy Arceri
We will call these from the radeonsi NIR backend. Reviewed-by: Nicolai Hähnle --- src/amd/common/ac_llvm_build.c | 24 + src/amd/common/ac_llvm_build.h | 8 ++ src/amd/common/ac_nir_to_llvm.c | 58 + 3 files changed, 50 insertions(+)