Skip to content

nir/opt_algebraic: Fix mask in shift by constant combining.

Georg Lehmann requested to merge DadSchoorse/mesa:opt_algebraic-shift-mask into main

The comment above is correct, but the code to calculate the mask was broken.

Fixes: 0e6581b8 ("nir/algebraic: Reassociate shift-by-constant of shift-by-constant") Cc: @idr

Merge request reports