agx: validate post-RA

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26963>
This commit is contained in:
Alyssa Rosenzweig 2023-12-24 12:48:23 -04:00
parent f0b8d933fc
commit 7f1ec658e9

View file

@ -2834,6 +2834,7 @@ agx_compile_function_nir(nir_shader *nir, nir_function_impl *impl,
agx_print_shader(ctx, stdout);
agx_ra(ctx);
agx_validate(ctx, "RA");
agx_lower_64bit_postra(ctx);
if (ctx->stage == MESA_SHADER_VERTEX && !impl->function->is_preamble)