The patch lowers vector rint/nearbyint like vp.rint/nearbyint.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148619
[RISCV] Customed lower vector nearbyint and rint in RISC-V. ClosedPublic Authored by fakepaper56 on Apr 18 2023, 1:58 AM.
Details Summary The patch lowers vector rint/nearbyint like vp.rint/nearbyint.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 18 2023, 10:41 AM This revision was landed with ongoing or failed builds.Apr 18 2023, 8:07 PM Closed by commit rG35c877a6f0ac: [RISCV] Customed lower vector nearbyint and rint in RISC-V. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514813 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
|