mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
e51364241a
commit
0695ead057
1 changed files with 0 additions and 3 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue