This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fold fneg into fp_extend
ClosedPublic

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

Diff Detail

Event Timeline

arsenm updated this revision to Diff 82448.Dec 24 2016, 9:05 AM
arsenm retitled this revision from to DAGCombiner: Fold fneg into fp_extend if free.
arsenm updated this object.
arsenm added a reviewer: escha.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 82893.Jan 3 2017, 8:36 AM
arsenm retitled this revision from DAGCombiner: Fold fneg into fp_extend if free to AMDGPU: Fold fneg into fp_extend .
arsenm edited edge metadata.

Move into target

arsenm updated this revision to Diff 84063.Jan 11 2017, 6:34 PM
arsenm edited edge metadata.

Add hasOneUse check

nhaehnle accepted this revision.Jan 12 2017, 1:14 AM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jan 12 2017, 1:14 AM
arsenm closed this revision.Jan 12 2017, 9:58 AM

r291777