Skip to content
Merged
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
5 changes: 3 additions & 2 deletions llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3971,8 +3971,9 @@ output, given the original flags.
for places where this can apply to LLVM's intrinsic math functions.

``reassoc``
Allow reassociation transformations for floating-point instructions.
This may dramatically change results in floating-point.
Allow algebraically equivalent transformations for floating-point
instructions such as reassociation transformations. This may dramatically
change results in floating-point.

.. _uselistorder:

Expand Down