[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
Wed Dec 9 07:25:24 PST 2020


RKSimon created this revision.
RKSimon added reviewers: craig.topper, pengfei.
RKSimon requested review of this revision.
Herald added a project: clang.

Followup to D87604 <https://reviews.llvm.org/D87604>, having confirmed on PR47506 that we can use the llvm codegen expansion for fadd/fmul as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92940

Files:
  clang/include/clang/Basic/BuiltinsX86.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Headers/avx512fintrin.h
  clang/test/CodeGen/X86/avx512-reduceIntrin.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92940.310527.patch
Type: text/x-patch
Size: 15069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201209/ea5d4516/attachment.bin>


More information about the cfe-commits mailing list