Skip to content

NIR: Misc fixes to opt_algebraic

Ian Romanick requested to merge idr/mesa:review/misc-algebra-fixes into main

First patch prevents a pretty major problem when the state table for nir_opt_algebraic gets too big... which will happen very soon.

The second reverts an overzealous change to an algebraic pattern.

Merge request reports