[PATCH] D152993: [VP][RISCV] Add vp.fpclass and RISC-V support

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 18:54:43 PDT 2023


liaolucy updated this revision to Diff 531967.
liaolucy marked an inline comment as done.
liaolucy added a comment.
Herald added a subscriber: wangpc.

1. change name to: vp.is.fpclass
2. update docs/LangRef.rst, add ``llvm.vp.is.fpclass.*``' Intrinsics


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152993/new/

https://reviews.llvm.org/D152993

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vfclass-vp.ll
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152993.531967.patch
Type: text/x-patch
Size: 34054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230616/70acbdae/attachment.bin>


More information about the llvm-commits mailing list