[PATCH] D32781: [PowerPC] Implement vec_xxsldwi and vec_xxpermdi builtins - llvm portion.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 20:29:07 PDT 2017
echristo requested changes to this revision.
echristo added a comment.
This revision now requires changes to proceed.
A quick question:
I think the clang side of these can lower into generic vector operations rather than intrinsics right? Which would mean that we don't need intrinsics defined for these?
Thoughts?
-eric
https://reviews.llvm.org/D32781
More information about the llvm-commits
mailing list