[llvm] [LLVM] Add FP instruction intrinsics (PR #193588)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 02:58:42 PDT 2026
================
@@ -10467,6 +10459,8 @@ This instruction can also take any number of :ref:`fast-math
flags <fastmath>`, which are optimization hints to enable otherwise
unsafe floating-point optimizations:
+See also the :ref:`llvm.fneg <int_fneg>` intrinsic, which is a intrinsic variant of this instruction.
----------------
Prince781 wrote:
Fixed: removed all "See also" cross-references from the instruction descriptions (fneg, fadd, fsub, fmul, fdiv, frem, fptrunc, fpext, fptoui, fptosi, uitofp, sitofp, fcmp).
https://github.com/llvm/llvm-project/pull/193588
More information about the llvm-commits
mailing list