Skip to content

nir/algebraic: distribute imul(iadd(a, b), c) when b and c are constants

Samuel Pitoiset requested to merge hakzsam/mesa:nir_distribute_imul_iadd into master

Found this from a Control shader.

Edited by Samuel Pitoiset

Merge request reports