nir: Remove reg_intrinsics parameter to convert_from_ssa
All users must set it. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24450>
This commit is contained in:
@@ -3972,7 +3972,7 @@ const void *nir_to_tgsi_options(struct nir_shader *s,
|
||||
|
||||
NIR_PASS_V(s, nir_opt_move, move_all);
|
||||
|
||||
NIR_PASS_V(s, nir_convert_from_ssa, true, true);
|
||||
NIR_PASS_V(s, nir_convert_from_ssa, true);
|
||||
NIR_PASS_V(s, nir_lower_vec_to_regs, ntt_vec_to_mov_writemask_cb, NULL);
|
||||
|
||||
/* locals_to_reg_intrinsics will leave dead derefs that are good to clean up.
|
||||
|
Reference in New Issue
Block a user