[llvm] [ValueTracking] Add support for most `llvm.vector.reduce.*` ops. (PR #88320)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 14:15:59 PDT 2024


goldsteinn wrote:

The missing intrins are `fadd` and `fmul` which i don't think are so simple to implement.
Also note that `add`/`mul` non-zero logic might be more complex than is warranted (proofs in the commit). Happy to drop.

https://github.com/llvm/llvm-project/pull/88320


More information about the llvm-commits mailing list