This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fold fneg into fma or fmad
ClosedPublic

Authored by arsenm on Dec 24 2016, 9:04 AM.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 82447.Dec 24 2016, 9:04 AM
arsenm retitled this revision from to DAGCombiner: Fold fneg into fma or fmad if free.
arsenm updated this object.
arsenm added a reviewer: escha.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 82892.Jan 3 2017, 8:35 AM
arsenm retitled this revision from DAGCombiner: Fold fneg into fma or fmad if free to AMDGPU: Fold fneg into fma or fmad .
arsenm edited edge metadata.

Move into target

nhaehnle accepted this revision.Jan 11 2017, 2:43 PM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 2:43 PM
arsenm closed this revision.Jan 11 2017, 4:43 PM

r291733