diff options
author | Craig Topper <craig.topper@sifive.com> | 2022-03-15 08:17:21 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2022-03-15 08:22:13 -0700 |
commit | 06c5d74090ff00346b8c286bcc27fffbc529cd45 (patch) | |
tree | 8393d11162f50e11c5a1d85bd5af2e67ed417a07 /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | ae4b59f1798b479a71ab2a80bfe7e36812c87816 (diff) | |
download | llvm-06c5d74090ff00346b8c286bcc27fffbc529cd45.zip llvm-06c5d74090ff00346b8c286bcc27fffbc529cd45.tar.gz llvm-06c5d74090ff00346b8c286bcc27fffbc529cd45.tar.bz2 |
[RISCV] Remove lowerSPLAT_VECTOR
This code handles fixed vector SPLAT_VECTOR, but is never called in
any tests.
We only form fixed vector splat vectors for vXi64 on RV32 as part
of DAGCombine. This will be type legalized to SPLAT_VECTOR_PARTS.
So the Custom handling for SPLAT_VECTOR is never needed.
This patch makes SPLAT_VECTOR for vXi64 'Legal' on RV32 so that
DAGCombine will create it, but there's no need for Custom handler.
It will still be type legalized to SPLAT_VECTOR_PARTS.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D121673
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
0 files changed, 0 insertions, 0 deletions