mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 11:20:41 +01:00
nir/opt_algebraic: remove pattern that skips iabs with range analysis
Fixes: f2a59fdea6 ("nir: remove non float nir_analyse_range support")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39987>
This commit is contained in:
parent
81a76be861
commit
ba30de1f97
1 changed files with 0 additions and 1 deletions
|
|
@ -1927,7 +1927,6 @@ optimizations.extend([
|
|||
(('ffract(nnan)', 'a(is_integral)'), 0.0),
|
||||
(('ffract', ('ffract', a)), ('ffract', a)),
|
||||
(('fabs', 'a(is_not_negative)'), ('fcanonicalize', a)),
|
||||
(('iabs', 'a(is_not_negative)'), a),
|
||||
(('fsat', 'a(is_not_positive)'), 0.0),
|
||||
|
||||
(('fmin(nnan,nsz)', 'a(is_not_negative)', 1.0), ('fsat', a), '!options->lower_fsat'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue