[PATCH] D92940: [X86] Convert fadd/fmul _mm_reduce_* intrinsics to emit llvm.reduction intrinsics (PR47506)

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 13 07:19:59 PST 2020


RKSimon added inline comments.


================
Comment at: clang/lib/Headers/avx512fintrin.h:9559
 static __inline__ double __DEFAULT_FN_ATTRS512
 _mm512_reduce_max_pd(__m512d __V) {
   _mm512_mask_reduce_operator(max_pd);
----------------
pengfei wrote:
> Better to change min and max as well.
OK - I'll do that as a followup immediately after this patch - thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92940



More information about the cfe-commits mailing list