Skip to content

Commit

Permalink
Fix llvm.memset semantics description
Browse files Browse the repository at this point in the history
The description was referring to a ``src`` parameter probably copied over from ``llvm.memcpy``
  • Loading branch information
gchatelet committed Jun 2, 2022
1 parent 4f1c86e commit 53efdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/LangRef.rst
Expand Up @@ -13864,8 +13864,8 @@ the argument.
If ``<len>`` is 0, it is no-op modulo the behavior of attributes attached to
the arguments.
If ``<len>`` is not a well-defined value, the behavior is undefined.
If ``<len>`` is not zero, both ``<dest>`` and ``<src>`` should be well-defined,
otherwise the behavior is undefined.
If ``<len>`` is not zero, ``<dest>`` should be well-defined, otherwise the
behavior is undefined.

'``llvm.sqrt.*``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 53efdf3

Please sign in to comment.