From: Iago Toral Quiroga Date: Mon, 23 Sep 2019 09:14:52 +0000 (+0200) Subject: v3d: add debug assert X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6b0786a380b95ce9305535c0012454f2f7055a0;p=mesa.git v3d: add debug assert While lowering vpm outputs we look for the NIR variables matching particular store output instructions and we expect to find a match, so assert on that. Reviewed-by: Alejandro PiƱeiro --- diff --git a/src/broadcom/compiler/v3d_nir_lower_io.c b/src/broadcom/compiler/v3d_nir_lower_io.c index ee9b29d0f2d..3145c560a14 100644 --- a/src/broadcom/compiler/v3d_nir_lower_io.c +++ b/src/broadcom/compiler/v3d_nir_lower_io.c @@ -127,6 +127,7 @@ v3d_nir_lower_vpm_output(struct v3d_compile *c, nir_builder *b, } var = scan_var; } + assert(var); /* Save off the components of the position for the setup of VPM inputs * read by fixed function HW.