[all-commits] [llvm/llvm-project] e510fc: [VP][RISCV] Introduce vp.lrint/llrint and RISC-V s...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Mon Feb 26 00:37:53 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e510fc77539022c195cc83b5dceb1c0b493dafcb
      https://github.com/llvm/llvm-project/commit/e510fc77539022c195cc83b5dceb1c0b493dafcb
  Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  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/IR/IntrinsicInst.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-llrint-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-lrint-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/llrint-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/lrint-vp.ll
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP][RISCV] Introduce vp.lrint/llrint and RISC-V support. (#82627)

RISC-V implements vector lrint/llrint by vfcvt.x.f.v.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list