Skip to content

nir: Optimize umod lowering

Sagar Ghuge requested to merge sagarghuge/mesa:opt_idiv into master

We can avoid doing extra multiplication at least which I guess can save some cycles.

@mattst88 I think, I will put irem/imod on the side, I need more time to figure out things with those.

Merge request reports