[PATCH] D151176: [RISCV] Custom lower vector llvm.is.fpclass to vfclass.v

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 19:46:06 PDT 2023


liaolucy updated this revision to Diff 525411.
liaolucy retitled this revision from "[RISCV] Custom lower fixed-length vector llvm.is.fpclass to vfclass.v" to "[RISCV] Custom lower vector llvm.is.fpclass to vfclass.v".
liaolucy edited the summary of this revision.
liaolucy added a comment.
Herald added a subscriber: alextsao1999.

1. support scalable vector
2. add more testcases


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151176

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
  llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151176.525411.patch
Type: text/x-patch
Size: 21530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230525/89d592e3/attachment.bin>


More information about the llvm-commits mailing list