[PATCH] D11262: [SDAG] Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 19:32:52 PDT 2015


hfinkel accepted this revision.
hfinkel added a reviewer: hfinkel.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: include/llvm/CodeGen/ISDOpcodes.h:509
@@ -508,1 +508,3 @@
     FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
+    /// FMINNUM/FMAXNUM - Perform floating-point minimum or maximum on two values.
+    /// In the case where a single input is NaN, the non-NaN input is returned.
----------------
Line is too long.


Repository:
  rL LLVM

http://reviews.llvm.org/D11262





More information about the llvm-commits mailing list