mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
ir2: Drop lower_locals_to_regs call
This is for producing (indirect) array register access. Since we don't handle that, this is a no-op. Drop the call, it's pointless and misleading. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23529>
This commit is contained in:
parent
10fb9de9f6
commit
06f4608c5b
1 changed files with 0 additions and 2 deletions
|
|
@ -1119,8 +1119,6 @@ ir2_nir_compile(struct ir2_context *ctx, bool binning)
|
|||
|
||||
OPT_V(ctx->nir, nir_lower_alu_to_scalar, ir2_alu_to_scalar_filter_cb, NULL);
|
||||
|
||||
OPT_V(ctx->nir, nir_lower_locals_to_regs);
|
||||
|
||||
OPT_V(ctx->nir, nir_convert_from_ssa, true);
|
||||
|
||||
OPT_V(ctx->nir, nir_move_vec_src_uses_to_dest);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue