This patch only adds tests for PowerPC. The purpose of these tests
is to track what code is generated for various vector reductions.
Details
Details
- Reviewers
nemanjai lei - Group Reviewers
Restricted Project - Commits
- rGe9d12c248013: [PowerPC][NFC] Add a series of codegen tests for vector reductions.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for adding these. I look forward to seeing improvements to some of these as there are a number of them that currently produce fairly terrible code.
Comment Actions
Added the option -mattr=-paired-vector-memops to some of the P10 tests to keep
the instructions consistent without the paired vector memory operations.
The run lines were getting long so I split them up over multiple lines.