[all-commits] [llvm/llvm-project] 43c5fb: [VP][RISCV] Add vp.sqrt intrinsic and RISC-V support.

Yeting Kuo via All-commits all-commits at lists.llvm.org
Sun Sep 25 19:47:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43c5fbdd3a86ac8f7d3f6697b3916b4f9657d548
      https://github.com/llvm/llvm-project/commit/43c5fbdd3a86ac8f7d3f6697b3916b4f9657d548
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2022-09-26 (Mon, 26 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
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfsqrt-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/vfsqrt-vp.ll
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP][RISCV] Add vp.sqrt intrinsic and RISC-V support.

The patch modeled vp.fabs patch D132793.

Reviewed By: craig.topper

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




More information about the All-commits mailing list