[PATCH] D113263: [AArch64] Fix a bug from a pattern for uaddv(uaddlp(x)) ==> uaddlv

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 04:53:18 PDT 2021


jaykang10 added a comment.

In D113263#3111307 <https://reviews.llvm.org/D113263#3111307>, @LemonBoy wrote:

> LGTM.
> My only suggestion would be to drop the popcount test as the bug affects `uaddlv4h_from_v8i8`, but that's only a minor nit.

Yep, let me remove it.

Thanks for bug report and reviewing this patch.


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

https://reviews.llvm.org/D113263



More information about the llvm-commits mailing list