radv: remove the LLVM stat about the number of private VGPRs

This doesn't seem really useful.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12999>
This commit is contained in:
Samuel Pitoiset
2021-09-23 15:00:30 +02:00
committed by Marge Bot
parent 7b04c13a34
commit dca04dae52
3 changed files with 0 additions and 13 deletions

View File

@@ -225,7 +225,6 @@ struct radv_shader_info {
unsigned num_user_sgprs;
unsigned num_input_sgprs;
unsigned num_input_vgprs;
unsigned private_mem_vgprs;
bool need_indirect_descriptor_sets;
bool is_ngg;
bool is_ngg_passthrough;