This patch adds additional test cases involving vector_shuffles where either its
left, right or both inputs are scalar_to_vector nodes. These test cases involve
v16i8, v2i64, v4i32 and v8i16 vector shuffles, and were generated in preparation for
https://reviews.llvm.org/D130487.
Details
Details
- Reviewers
nemanjai stefanp power-llvm-team - Group Reviewers
Restricted Project - Commits
- rGa5bef98c7513: [PowerPC][NFC] Add additional vector_shuffle tests involving scalar_to_vector.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Update patch to add test cases involving scalar_to_vector inputs and v4i32 vector_shuffle and v8i16 vector_shuffle.