[llvm] [ValueTracking] Add support for `vector_reduce_{s, u}{min, max}` in `isKnownNonZero`/`computeKnownBits`. (PR #88169)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 23:03:13 PDT 2024
goldsteinn wrote:
> Yeah, I don't think we should do them if they require per-element reasoning to do something worthwhile. We can at least handle and/or though (and only in KnownBits).
Kk, ill post patches for the rest tomorrow.
Thinking a bit more we will be able to do a bit for most operators.
https://github.com/llvm/llvm-project/pull/88169
More information about the llvm-commits
mailing list