[PATCH] D134586: [VP][RISCV] Add vp.ceil and RISC-V support

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 08:13:25 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/docs/LangRef.rst:21244
+
+The '``llvm.vp.ceil``' intrinsic performs floating-point ceiling value
+(:ref:`ceil <int_ceil>`) of the first vector operand on each enabled lane.  The
----------------
Remove the word "value". I believe you copied "absolute value" and only changed the word "absolute". "absolute value" is the name of an operation "ceiling value" is not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134586



More information about the llvm-commits mailing list