[PATCH] D158613: [AArch64] Mark known zero for high 16-bits of uaddlv intrinsic output with v8i8

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 09:59:42 PDT 2023


efriedma added a comment.

Can we also handle v16i8?

Is it worth trying to use a more precise bound, instead of just the approximate power of two?  The largest number of bits that can actually be set for a v8i8 is 11 (the number of bits set in 8*255).  If we're using a more precise bound like this, we could also handle other forms of uaddlv.


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

https://reviews.llvm.org/D158613



More information about the llvm-commits mailing list