From 70dde8fbf523a40ad43b8482dff9358f9a6d38a9 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 10 Jan 2017 18:06:38 +0000 Subject: [PATCH] LangRef: Note that calls also support fast math flags This is already documented on the call instruction, but not in the list of supported instructions in the fast math flag section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291578 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index ecf37bab55d..5ac17015953 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2169,8 +2169,9 @@ Fast-Math Flags LLVM IR floating-point binary ops (:ref:`fadd `, :ref:`fsub `, :ref:`fmul `, :ref:`fdiv `, -:ref:`frem `, :ref:`fcmp `) have the following flags that can -be set to enable otherwise unsafe floating point operations +:ref:`frem `, :ref:`fcmp `) and :ref:`call ` +instructions have the following flags that can be set to enable +otherwise unsafe floating point transformations. ``nnan`` No NaNs - Allow optimizations to assume the arguments and result are not -- 2.40.0