[all-commits] [llvm/llvm-project] a5bef9: [PowerPC][NFC] Add additional vector_shuffle tests...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Mon Aug 15 10:31:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5bef98c751303b03fe6cfe56bead25f705b9381
https://github.com/llvm/llvm-project/commit/a5bef98c751303b03fe6cfe56bead25f705b9381
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
R llvm/test/CodeGen/PowerPC/scalar_to_vector_shuffle.ll
A llvm/test/CodeGen/PowerPC/v16i8_scalar_to_vector_shuffle.ll
A llvm/test/CodeGen/PowerPC/v2i64_scalar_to_vector_shuffle.ll
A llvm/test/CodeGen/PowerPC/v4i32_scalar_to_vector_shuffle.ll
A llvm/test/CodeGen/PowerPC/v8i16_scalar_to_vector_shuffle.ll
Log Message:
-----------
[PowerPC][NFC] Add additional vector_shuffle tests involving scalar_to_vector.
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 D130487.
Differential Revision: https://reviews.llvm.org/D130485
More information about the All-commits
mailing list