[Mesa-dev] [PATCH 00/11] ac: use LLVM 8 buffer intrinsics everywhere
Samuel Pitoiset
samuel.pitoiset at gmail.com
Tue Mar 12 16:19:36 UTC 2019
Hi,
This small series makes use of new LLVM 8 buffer intrinsics.
No CTS regressions on GFX8 with LLVM 7, 8 and master.
Please review,
Thanks!
Samuel Pitoiset (11):
ac: fix glc parameter use for new LLVM 8 typed buffer intrinsics
ac: make use of ac_get_store_intr_attribs() where possible
ac/nir: set attrib flags for SSBO and image store operations
ac: add ac_build_buffer_store_format() helper
ac/nir: remove one useless check in visit_store_ssbo()
ac/nir: use new LLVM 8 intrinsics for SSBO atomic operations
ac/nir: use ac_build_buffer_load() for SSBO load operations
ac/nir: use ac_build_buffer_store_dword() for SSBO store operations
ac: use new LLVM 8 intrinsics in ac_build_buffer_load()
ac: use new LLVM 8 intrinsic when storing 16-bit values
ac: use new LLVM 8 intrinsics in ac_build_buffer_store_dword()
src/amd/common/ac_llvm_build.c | 290 +++++++++++++++++++++++++++-----
src/amd/common/ac_llvm_build.h | 39 ++++-
src/amd/common/ac_nir_to_llvm.c | 188 ++++++++-------------
3 files changed, 356 insertions(+), 161 deletions(-)
--
2.21.0
More information about the mesa-dev
mailing list