[PATCH] D33236: [PowerPC] Implement vec_xxsldwi builtin.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 17:34:53 PDT 2017


echristo accepted this revision.
echristo added a comment.

Sadly I think constant checking plus the shift makes it hard to do with just __builtin_shufflevector in altivec.h.

LGTM.

-eric


https://reviews.llvm.org/D33236





More information about the llvm-commits mailing list