[PATCH] D81076: [PowerPC] Custom lower rotl v1i128 to vector_shuffle.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 09:40:52 PDT 2020


Esme added a comment.

In D81076#2095354 <https://reviews.llvm.org/D81076#2095354>, @shawnl wrote:

> What about shr and ashl?
>
> a = b << 64;
> or
>  a = b >> 64;


Yeah, they seem to be similar problems, I may post another patch to solve this problem, thanks for comment.


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

https://reviews.llvm.org/D81076





More information about the llvm-commits mailing list