mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
nir/algebraic: Get rid of a redundant copy of fdiv lowering
This commit is contained in:
parent
08fe89864b
commit
13bad493b4
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ optimizations = [
|
|||
(('imul', a, 1), a),
|
||||
(('fmul', a, -1.0), ('fneg', a)),
|
||||
(('imul', a, -1), ('ineg', a)),
|
||||
(('fdiv', a, b), ('fmul', a, ('frcp', b)), 'options->lower_fdiv'),
|
||||
(('~ffma', 0.0, a, b), b),
|
||||
(('~ffma', a, 0.0, b), b),
|
||||
(('~ffma', a, b, 0.0), ('fmul', a, b)),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue