We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544b994 + 0dcf705 commit 59ef304Copy full SHA for 59ef304
llvm/docs/LangRef.rst
@@ -2459,9 +2459,10 @@ Code that requires different behavior than this should use the
2459
Fast-Math Flags
2460
---------------
2461
2462
-LLVM IR floating-point operations (:ref:`fadd <i_fadd>`,
+LLVM IR floating-point operations (:ref:`fneg <i_fneg>`, :ref:`fadd <i_fadd>`,
2463
:ref:`fsub <i_fsub>`, :ref:`fmul <i_fmul>`, :ref:`fdiv <i_fdiv>`,
2464
-:ref:`frem <i_frem>`, :ref:`fcmp <i_fcmp>`) and :ref:`call <i_call>`
+:ref:`frem <i_frem>`, :ref:`fcmp <i_fcmp>`), :ref:`phi <i_phi>`,
2465
+:ref:`select <i_select>` and :ref:`call <i_call>`
2466
may use the following flags to enable otherwise unsafe
2467
floating-point transformations.
2468
0 commit comments