This is an archive of the discontinued LLVM Phabricator instance.

[PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf.
ClosedPublic

Authored by timshen on Dec 16 2015, 2:42 PM.

Details

Reviewers
kbarton
hfinkel
Summary

Add long long/double support for vec_cts, vec_ctu and vec_ctf.

Similar to this change in GCC: https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02653.html

Diff Detail

Event Timeline

timshen updated this revision to Diff 43067.Dec 16 2015, 2:42 PM
timshen retitled this revision from to [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf..
timshen updated this object.
timshen added a subscriber: cfe-commits.
kbarton accepted this revision.Jan 7 2016, 3:47 PM
kbarton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 7 2016, 3:47 PM
timshen closed this revision.Jan 8 2016, 11:33 AM

Thanks iteratee for committing as r257135 !