RKSimon 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?

There's a few questions about whether we can reuse a `__builtin_reduce_add` 
builtin for both integer and float types - they need to be addressed before we 
can decide on its final functionality - same for `__builtin_reduce_mul`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117881

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to