A bug in the system assembler can assemble the xxspltd extended menemonic into the wrong instruction (extracting the wrong element).
Emit the full xxpermdi with all operands to work around the problem.
Details
Details
- Reviewers
nemanjai ZarkoCA jsji - Group Reviewers
Restricted Project - Commits
- rGead71a23edde: [PowerPC][AIX]Do not emit xxspltd mnemonic on AIX.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I have added a Predicates in https://reviews.llvm.org/D94458 for a similar mne, maybe you can rebase this to use that.