[all-commits] [llvm/llvm-project] 552713: [RISCV][VP] Add RVV codegen for [nX]vXi1 vp.select

vic via All-commits all-commits at lists.llvm.org
Sun Jan 2 23:16:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5527139302d9b0416b9fa7f1b84760d6acacda12
      https://github.com/llvm/llvm-project/commit/5527139302d9b0416b9fa7f1b84760d6acacda12
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/vselect-vp.ll

  Log Message:
  -----------
  [RISCV][VP] Add RVV codegen for [nX]vXi1 vp.select

Expand [nX]vXi1 vp.select the same way as [nX]vXi1 vselect.

Reviewed By: craig.topper

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




More information about the All-commits mailing list