mesa/src/amd/llvm
Marek Olšák a0cc0b3a15 ac/llvm: open code fpow on LLVM 12 using fmul.legacy
A quick look at the asm shows that this enables source modifiers
(neg, abs) for v_mul_legacy_f32.

Totals from affected shaders:
SGPRS: 110104 -> 110400 (0.27 %)
VGPRS: 57632 -> 57636 (0.01 %)
Spilled SGPRs: 66 -> 63 (-4.55 %)
Spilled VGPRs: 0 -> 0 (0.00 %)
Private memory VGPRs: 0 -> 0 (0.00 %)
Scratch size: 0 -> 0 (0.00 %) dwords per thread
Code Size: 3290412 -> 3283068 (-0.22 %) bytes
Max Waves: 32141 -> 32141 (0.00 %)

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9395>
2021-03-03 20:06:09 +00:00
..
ac_llvm_build.c ac/llvm: add type parameter into ac_build_buffer_load to fix 16-bit TES inputs 2021-03-03 20:06:09 +00:00
ac_llvm_build.h ac/llvm: add type parameter into ac_build_buffer_load to fix 16-bit TES inputs 2021-03-03 20:06:09 +00:00
ac_llvm_cull.c ac: add build_alloca with an initializer 2020-11-18 06:19:59 +00:00
ac_llvm_cull.h amd/llvm: switch to 3-spaces style 2020-09-07 10:00:20 +02:00
ac_llvm_helper.cpp ac/llvm: fix ac_build_atomic_rmw with LLVM 13 2021-03-03 01:19:24 +00:00
ac_llvm_util.c amd: Fix signature mismatch 2020-11-27 20:49:00 -08:00
ac_llvm_util.h amd: Fix declaration mismatch 2020-11-27 20:49:00 -08:00
ac_nir_to_llvm.c ac/llvm: open code fpow on LLVM 12 using fmul.legacy 2021-03-03 20:06:09 +00:00
ac_nir_to_llvm.h amd/llvm: switch to 3-spaces style 2020-09-07 10:00:20 +02:00
ac_shader_abi.h radv,ac/nir: implement non-uniform get_ssbo_size 2021-01-27 13:00:33 +00:00
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00