[PATCH] D147380: [RISCV] Support vector type strict_[su]int_to_fp and strict_fp_to_[su]int.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 09:11:23 PDT 2023


fakepaper56 created this revision.
fakepaper56 added reviewers: craig.topper, reames, frasercrmck, rogfer01.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
fakepaper56 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Also the patch loose the fixed vector contraint in llvm/lib/IR/Verifier.cpp.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147380

Files:
  llvm/lib/IR/Verifier.cpp
  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-vfptoi-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vitofp-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfptoi-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vitofp-constrained-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147380.510238.patch
Type: text/x-patch
Size: 360308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230401/c53e3717/attachment-0001.bin>


More information about the llvm-commits mailing list