[PATCH] D52450: [Intrinsic] Add llvm.minnan and llvm.maxnan instrinsic functions

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 08:52:58 PDT 2018


dschuff added inline comments.


================
Comment at: docs/LangRef.rst:11596
+""""""""""
+If either operand is a NaN, returns NaN. If the operands compare
+equal, returns a value that compares equal to both operands. This
----------------
Does IEEE-754 2018 say anything about which NaN (i.e. is the payload required to be propagated too)?


Repository:
  rL LLVM

https://reviews.llvm.org/D52450





More information about the llvm-commits mailing list