Skip to content

nir/algebraic: optimize bitfield_select(a, b, 0) to iand(a, b)

Merge request reports