[all-commits] [llvm/llvm-project] 234e54: [RISCV] Add more types of shuffles isShuffleMaskLe...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Feb 4 09:15:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 234e54bdd8c18f4725f4fdb3d2ee8fa4db7d8326
      https://github.com/llvm/llvm-project/commit/234e54bdd8c18f4725f4fdb3d2ee8fa4db7d8326
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/common-shuffle-patterns.ll
    M llvm/test/CodeGen/RISCV/rvv/interleave-crash.ll

  Log Message:
  -----------
  [RISCV] Add more types of shuffles isShuffleMaskLegal.

Add the vslidedown and interleave patterns that I recently implemented.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D118952




More information about the All-commits mailing list