This is an archive of the discontinued LLVM Phabricator instance.

Legalize FNEG on PPC when possible
ClosedPublic

Authored by amehsan on Feb 26 2016, 8:55 AM.

Details

Reviewers
kbarton
nemanjai
Summary

Currently we always expand ISD::FNEG. For v4f32 and v2f64 vector types VSX has native support for this opcode

Diff Detail

Event Timeline

amehsan updated this revision to Diff 49193.Feb 26 2016, 8:55 AM
amehsan retitled this revision from to Legalize FNEG on PPC when possible.
amehsan updated this object.
amehsan added reviewers: kbarton, nemanjai.
amehsan added a subscriber: llvm-commits.
kbarton accepted this revision.Feb 26 2016, 1:31 PM
kbarton edited edge metadata.
This revision is now accepted and ready to land.Feb 26 2016, 1:31 PM
kbarton closed this revision.Feb 26 2016, 2:04 PM

Committed r262079