[PATCH] D81073: [PowerPC][NFC] Testing ROTL of v1i128.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 03:15:44 PDT 2020


Esme created this revision.
Esme added reviewers: PowerPC, steven.zhang, nemanjai, jsji.
Herald added subscribers: llvm-commits, shchenz.
Herald added a project: LLVM.
Esme retitled this revision from "[PowerPC]{NFC} Testing ROTL of v1i128." to "[PowerPC][NFC] Testing ROTL of v1i128.".

A bug is reported by bug-45628 <https://bugs.llvm.org/show_bug.cgi?id=45628>, where the swap_with_shift case can't be matched to a single HW instruction `xxswapd` as expected. In fact the case matches the idiom of rotate, but PPC doesn't support ROTL v1i128.
This is a NFC patch for testing swap_with_shift with v1i128 at master.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81073

Files:
  llvm/test/CodeGen/PowerPC/pr45628.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81073.268106.patch
Type: text/x-patch
Size: 14485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/1d55805d/attachment.bin>


More information about the llvm-commits mailing list