[PATCH] D54749: Saturating float to int casts.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 09:30:46 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/docs/LangRef.rst:16142
+- If the argument is any NaN, zero is returned.
+- If the argument is smaller than zero, zero is returned.
+- If the argument is larger than the largest representable integer of the
----------------
Add (this includes negative infinity) ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D54749



More information about the llvm-commits mailing list