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

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 19:49:40 PDT 2020


Esme updated this revision to Diff 268352.
Esme added a comment.

Use `std::iota` and `std::rotate` to simplify vector rotation.


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

https://reviews.llvm.org/D81076

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/test/CodeGen/PowerPC/pr45628.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81076.268352.patch
Type: text/x-patch
Size: 10674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/aaaddc4f/attachment.bin>


More information about the llvm-commits mailing list