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

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 07:35:28 PDT 2023


liaolucy updated this revision to Diff 532647.
liaolucy marked 2 inline comments as done.
liaolucy added a comment.

updated

1. Add Verifier.cpp to make sure only legal bits are set.
2. Add more testcase
3. address more comments

thanks


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/IR/Verifier.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/test/Verifier/llvm.vp.is.fpclass.ll
  llvm/test/Verifier/vp-intrinsics.ll
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152993.532647.patch
Type: text/x-patch
Size: 37234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230619/7e3a189b/attachment.bin>


More information about the llvm-commits mailing list