[PATCH] D154234: [RISCV] Fix vfwcvt/vfncvt pseudos w/ rounding mode lowering

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 09:50:00 PDT 2023


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

Some signed opcodes were being lowered to their unsigned counterparts and
vice-versa.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154234

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/double-round-conv.ll
  llvm/test/CodeGen/RISCV/rvv/float-round-conv.ll
  llvm/test/CodeGen/RISCV/rvv/half-round-conv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154234.536298.patch
Type: text/x-patch
Size: 11214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230630/8bb6bc79/attachment.bin>


More information about the llvm-commits mailing list