[all-commits] [llvm/llvm-project] 9677d7: [VP][RISCV] Add vp.floor, vp.round, vp.roundeven a...

Yueh-Ting (eop) Chen via All-commits all-commits at lists.llvm.org
Tue Sep 27 19:46:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9677d70eb21c3beed74e11d17f0745eb22e4ea64
      https://github.com/llvm/llvm-project/commit/9677d70eb21c3beed74e11d17f0745eb22e4ea64
  Author: eopXD <yueh.ting.chen at gmail.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-floor-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-round-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-roundeven-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/floor-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/round-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/roundeven-vp.ll
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP][RISCV] Add vp.floor, vp.round, vp.roundeven and their RISC-V support

Reviewed By: craig.topper

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




More information about the All-commits mailing list