[all-commits] [llvm/llvm-project] 9eb732: [RISCV][VP] Add RVV codegen for vp.select

vic via All-commits all-commits at lists.llvm.org
Fri Dec 3 03:11:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9eb7322748cf138fea0a2c98ab1e6430735a15ba
      https://github.com/llvm/llvm-project/commit/9eb7322748cf138fea0a2c98ab1e6430735a15ba
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/vselect-vp.ll

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

Lower vp.select instrinsic to VSELECT_VL.

Reviewed By: rogfer01

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




More information about the All-commits mailing list