[PATCH] D148619: [RISCV] Customed lower vector nearbyint and rint in RISC-V.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 01:58:35 PDT 2023
fakepaper56 created this revision.
fakepaper56 added reviewers: craig.topper, reames, frasercrmck, rogfer01, luke.
Herald added subscribers: jobnoorman, 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.
The patch lowers vector rint/nearbyint like vp.rint/nearbyint.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148619
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/RISCV/fround.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
llvm/test/CodeGen/RISCV/rvv/fnearbyint-sdnode.ll
llvm/test/CodeGen/RISCV/rvv/frint-sdnode.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148619.514568.patch
Type: text/x-patch
Size: 44494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230418/435d10dd/attachment.bin>
More information about the llvm-commits
mailing list