diff options
author | Philip Reames <preames@rivosinc.com> | 2024-11-07 14:34:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 14:34:05 -0800 |
commit | 02668f60a9b5c0d5b8b6e60b4e897f763ad59a91 (patch) | |
tree | 9a59c57131dd4a26ea8468d8634a7f81b3b4b2fa /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | c02da382471fd0b338af76ce220e9567e3cb854a (diff) | |
download | llvm-02668f60a9b5c0d5b8b6e60b4e897f763ad59a91.zip llvm-02668f60a9b5c0d5b8b6e60b4e897f763ad59a91.tar.gz llvm-02668f60a9b5c0d5b8b6e60b4e897f763ad59a91.tar.bz2 |
[RISCV] Match single source deinterleave shuffles for vnsrl (#114878)
We had previously only been matching the two source case where both
sources came from a wider source type. We can also match the single
source case - provided the result is m4 or smaller because we will need
a wider type to represent the source.
The main goal of this to ensure that vnsrl matching is robust to a
possible change in canonicalization for length changing shuffles that
I'm considering, but it has the nice effect of picking up a few cases we
missed along the way.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions