Skip to content

Revert "nir: Add a couple trivial abs optimizations"

Erik Faye-Lund requested to merge kusma/mesa:revert-duplicate-opts into master

These were already added in 9fdaeb77 ("nir: add min/max optimisation"), and there's no point in doing them twice.

This reverts commit e4d346c8.

Fixes: e4d346c8 ("nir: Add a couple trivial abs optimizations")

Merge request reports