[PATCH] D81076: [PowerPC] Custom lower rotl v1i128 to vector_shuffle.
Shawn Landden via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 04:58:21 PDT 2020
shawnl added a comment.
What about shr and ashl?
a = b << 64;
or
a = b >> 64;
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81076/new/
https://reviews.llvm.org/D81076
More information about the llvm-commits
mailing list