This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fold fneg into fp_round
ClosedPublic

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

Diff Detail

Event Timeline

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

Move into target

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

hasOneUse

arsenm updated this revision to Diff 84082.Jan 12 2017, 12:38 AM
arsenm edited edge metadata.

Fix bad merge

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

LGTM

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

r291778