[PATCH] D54549: [FNeg] Add FNeg Instruction to LangRef document
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 15:48:23 PST 2018
arsenm added inline comments.
================
Comment at: docs/LangRef.rst:6831-6832
+The value produced is a copy of the operand with its sign bit flipped.
+This instruction is assumed to execute in the default :ref:`floating-point
+environment <floatenv>`.
+This instruction can also take any number of :ref:`fast-math
----------------
I think the part about the rounding mode should be dropped as it doesn't apply
Repository:
rL LLVM
https://reviews.llvm.org/D54549
More information about the llvm-commits
mailing list