[PATCH] D134759: [VP][RISCV] Add vp.floor, vp.round, vp.roundeven and their RISC-V support
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 18:22:21 PDT 2022
eopXD marked an inline comment as done.
eopXD added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:1969
+// Expand vector FTRUNC, FCEIL, FFLOOR, FROUND, VP_FCEIL, VP_FFLOOR, VP_FROUND
+// and VP_FROUNDEVEN by converting to the integer domain/ and back. Taking care
+// to avoid converting values that are nan or already correct.
----------------
craig.topper wrote:
> Drop the extra slash after domain. Not sure where that came from.
Removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134759/new/
https://reviews.llvm.org/D134759
More information about the llvm-commits
mailing list