[PATCH] D117881: [X86] Remove avx512f integer and/or/xor/min/max reduction intrinsics and use generic equivalents

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 22:44:53 PST 2022


craig.topper added a comment.

In D117881#3263152 <https://reviews.llvm.org/D117881#3263152>, @pengfei wrote:

> What's the difference between `__builtin_reduce_and` and generating a `Intrinsic::vector_reduce_and` in code? If this is just a simplification, why can't be applied to `add` too?

I believe that's https://reviews.llvm.org/D117829


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117881



More information about the cfe-commits mailing list