Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions llvm/docs/CommandGuide/llc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,6 @@ End-user Options

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
addition is associative) or may not work for all input ranges. These
optimizations allow the code generator to make use of some instructions which
would otherwise not be usable (such as ``fsin`` on X86).

.. option:: --stats

Print statistics recorded by code-generation passes.
Expand Down
5 changes: 0 additions & 5 deletions llvm/docs/CommandGuide/lli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ FLOATING POINT OPTIONS

Enable optimizations that assume no NAN values.

.. option:: -enable-unsafe-fp-math

Causes :program:`lli` to enable optimizations that may decrease floating point
precision.

.. option:: -soft-float

Causes :program:`lli` to generate software floating point library calls instead of
Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/SourceLevelDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Compiled to LLVM, this function would be represented like this:
ret void, !dbg !24
}

attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "use-soft-float"="false" }
attributes #1 = { nounwind readnone }

!llvm.dbg.cu = !{!0}
Expand Down
Loading