rogue: Remove commented convert_from_ssa call

Currently, the rogue compiler does not support control flow upstream.
Imagination's plan is to implement an SSA-based register allocation (I wish them
well in this endeavour). As such they won't be needing convert_from_ssa. remove
the commented call so nobody is tempted to put it back in. This takes care of
the rogue portion of #9051.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24015>
This commit is contained in:
Alyssa Rosenzweig 2023-07-06 07:21:58 -04:00
parent e51364241a
commit 0695ead057

View file

@ -150,9 +150,6 @@ static void rogue_nir_passes(struct rogue_build_ctx *ctx,
/* TODO: Investigate this further. */
/* NIR_PASS_V(nir, nir_opt_move, nir_move_load_ubo | nir_move_load_input); */
/* Out of SSA pass. */
/* NIR_PASS_V(nir, nir_convert_from_ssa, true); */
/* TODO: Re-enable scheduling after register pressure tweaks. */
#if 0
/* Instruction scheduling. */