[PATCH] D77713: [Docs] Add description for zerosign and exception option in llc
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 02:41:11 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG68460148d545: [Docs] Add more FP option description for llc (authored by qiucf).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77713/new/
https://reviews.llvm.org/D77713
Files:
llvm/docs/CommandGuide/llc.rst
Index: llvm/docs/CommandGuide/llc.rst
===================================================================
--- llvm/docs/CommandGuide/llc.rst
+++ llvm/docs/CommandGuide/llc.rst
@@ -112,6 +112,14 @@
Enable optimizations that assume no NAN values.
+.. option:: --enable-no-signed-zeros-fp-math
+
+ Enable FP math optimizations that assume the sign of 0 is insignificant.
+
+.. option:: --enable-no-trapping-fp-math
+
+ Enable setting the FP exceptions build attribute not to use exceptions.
+
.. option:: --enable-unsafe-fp-math
Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77713.256222.patch
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/7dc87d3d/attachment.bin>
More information about the llvm-commits
mailing list