[PATCH] D26479: [PowerPC] Implement remaining permute builtins in altivec.h - Clang portion

Sean Fertile via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 08:52:02 PST 2016


sfertile added a comment.





================
Comment at: include/clang/Basic/BuiltinsPPC.def:385-388
+BUILTIN(__builtin_altivec_vrlwmi, "V4UiV4UiV4UiV4Ui", "")
+BUILTIN(__builtin_altivec_vrldmi, "V2ULLiV2ULLiV2ULLiV2ULLi", "")
+BUILTIN(__builtin_altivec_vrlwnm, "V4UiV4UiV4Ui", "")
+BUILTIN(__builtin_altivec_vrldnm, "V2ULLiV2ULLiV2ULLi", "")
----------------
A minor quibble: we have the __builtin_altivec_* functions added after the vsx builtins, rather than with the rest of the altivec builtins.


Repository:
  rL LLVM

https://reviews.llvm.org/D26479





More information about the cfe-commits mailing list