We really should clean up our act at some point, teach LLVM how to make
reasonable decisions for where to put variables (e.g. arrays: VGPR vs.
spill memory vs. LDS), and use a proper structure on LDS. But this is
alright for now...
Cheers,
Nicolai
On 26.10.2017 07:05, Dave Airlie wrote:
From
Reviewed-by: Timothy Arceri
On 26/10/17 16:05, Dave Airlie wrote:
From: Dave Airlie
This was duplicated between both drivers, share here.
Signed-off-by: Dave Airlie
---
src/amd/common/ac_llvm_build.c| 24 ++
src/amd/common/ac_llvm_build.h|
From: Dave Airlie
This was duplicated between both drivers, share here.
Signed-off-by: Dave Airlie
---
src/amd/common/ac_llvm_build.c| 24 ++
src/amd/common/ac_llvm_build.h| 12 +
src/amd/common/ac_nir_to_llvm.c | 56 ++-