ir3: remove unused ir3_context::has_relative_load_const_ir3

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40929>
This commit is contained in:
Job Noorman 2026-04-13 16:47:01 +02:00 committed by Marge Bot
parent 86f3c0c4c2
commit c7e7d68912
2 changed files with 0 additions and 4 deletions

View file

@ -2851,8 +2851,6 @@ emit_intrinsic(struct ir3_context *ctx, nir_intrinsic_instr *intr)
if (ctx->compiler->info->props.has_scalar_alu && !intr->def.divergent)
dst[i]->dsts[0]->flags |= IR3_REG_SHARED;
}
ctx->has_relative_load_const_ir3 = true;
}
break;

View file

@ -136,8 +136,6 @@ struct ir3_context {
unsigned prefetch_limit;
bool has_relative_load_const_ir3;
/* set if we encounter something we can't handle yet, so we
* can bail cleanly and fallback to TGSI compiler f/e
*/