[PATCH] D106757: [PowerPC] Implement partial vector ld/st builtins for XL compatibility

Albion Fung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 24 21:24:35 PDT 2021


Conanap added inline comments.


================
Comment at: clang/lib/Headers/altivec.h:3151
+#else
+#define __vec_ldrmb __builtin_vsx_ldrmb
+#define __vec_strmb __builtin_vsx_strmb
----------------
I believe the preference is to have this defined in `clang/lib/Basic/Targets/PPC.cpp` under `defineXLCompatMacros`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106757/new/

https://reviews.llvm.org/D106757



More information about the cfe-commits mailing list