Skip to content

nir/opt_algebraic: optimizations for add umax/umin with zero

Gert Wollny requested to merge gerddie/mesa:nir-opt-umax-umin into master

For unsigned comparisons with zero these ops can be eliminated.

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports