Skip to content

rogue: Remove commented convert_from_ssa call

Alyssa Rosenzweig requested to merge alyssa/mesa:pvr/del-to-ssa into main

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 (closed).

@simon-perretta-img

Merge request reports