[PATCH] D104236: [AArch64] Add a TableGen pattern to generate uaddlv from uaddlp and addv
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 5 04:34:45 PDT 2021
jaykang10 added a comment.
In D104236#3111257 <https://reviews.llvm.org/D104236#3111257>, @dmgreen wrote:
> In D104236#3111240 <https://reviews.llvm.org/D104236#3111240>, @jaykang10 wrote:
>
>> [AArch64] Fix a bug from a pattern for uaddv(uaddlp(x)) ==> uaddlv
>>
>> A pattern has selected wrong uaddlv MI. It should be as below.
>> uaddv(uaddlp(v8i8)) ==> uaddlv(v8i8)
>
> It would be better as a new phabricator review, but the update looks good to me.
Ah, Yep, Let me create a new review for the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104236/new/
https://reviews.llvm.org/D104236
More information about the llvm-commits
mailing list