Skip to content

nir: add nir_shader_alu_pass

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/alu-pass into main

after the smashing success of nir_shader_intrinsics_pass, let's add the ALU version to help the odd non-algebraic ALU lowering pass.

Merge request reports