A bug is reported by bug-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.
Details
Details
- Reviewers
steven.zhang nemanjai jsji - Group Reviewers
Restricted Project - Commits
- rG1b6cccba3ec1: [PowerPC][NFC] Testing ROTL of v1i128.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo