[PATCH] D133335: [RISCV] Improve vector fround lowering by changing FRM.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 01:26:05 PDT 2022


frasercrmck accepted this revision.
frasercrmck added a comment.

LGTM too



================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:1839
 
 // Expand vector FTRUNC, FCEIL, and FFLOOR by converting to the integer domain
 // and back. Taking care to avoid converting values that are nan or already
----------------
Mention `FROUND` in comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133335/new/

https://reviews.llvm.org/D133335



More information about the llvm-commits mailing list