This is an archive of the discontinued LLVM Phabricator instance.

[PPC] backend changes to generate xvabs[s,d]p and xvnabs[s,d]p instructions
ClosedPublic

Authored by amehsan on Mar 2 2016, 6:15 PM.

Details

Summary

This has to be committed before the FE changes

Diff Detail

Event Timeline

amehsan updated this revision to Diff 49694.Mar 2 2016, 6:15 PM
amehsan retitled this revision from to [PPC] backend changes to generate xvabs[s,d]p and xvnabs[s,d]p instructions.
amehsan updated this object.
amehsan added a subscriber: llvm-commits.
nemanjai added inline comments.Mar 3 2016, 7:20 AM
test/CodeGen/PowerPC/vec_abs.ll
51

Why the unused parameter?

amehsan added inline comments.Mar 3 2016, 7:27 AM
test/CodeGen/PowerPC/vec_abs.ll
51

Will remove it.

amehsan updated this revision to Diff 49823.Mar 4 2016, 6:17 AM

removed unused parameter in one of the test functions

amehsan marked an inline comment as done.Mar 4 2016, 11:06 AM
kbarton accepted this revision.Mar 8 2016, 6:43 PM
kbarton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 8 2016, 6:43 PM
kbarton closed this revision.Mar 9 2016, 9:53 AM

Committed r263035