[PATCH] D119407: [PowerPC] [Clang] Add SSE4 and BMI compatible intrinsics implementation for PowerPC

Jinsong Ji via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 28 10:28:08 PST 2022


jsji added inline comments.


================
Comment at: clang/lib/Headers/ppc_wrappers/xmmintrin.h:1332
+#ifdef _ARCH_PWR10
+  return vec_extractm ((__vector unsigned int) __A);
+#else
----------------
Can we have some pwr10 tests to test all these P10 specific codegen?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119407



More information about the cfe-commits mailing list