[PATCH] D32781: [PowerPC] Implement vec_xxsldwi and vec_xxpermdi builtins - llvm portion.

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 07:58:27 PDT 2017


jtony abandoned this revision.
jtony added a comment.

These builtins (vec_permdi, vec_xlsdwi) can lower into generic vector operations on the clang side only rather than intrinsics in the llvm part and bulitins in the clang part, abandon this patch and re-implement another one in just clang portion.


https://reviews.llvm.org/D32781





More information about the llvm-commits mailing list