Skip to content

Commit 69fc569

Browse files
committed
Add note about poison return
1 parent ce43e5a commit 69fc569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23697,6 +23697,9 @@ then lanes 3, 4, 5, 6 and 7 of the vector loaded from ``%ptrA``
2369723697
share addresses with lanes 0, 1, 2, 3, 4 and 5 from the vector stored to at
2369823698
``%ptrB``.
2369923699

23700+
The intrinsic will return poison if ``%ptrA`` and ``%ptrB`` are within
23701+
VF * ``%elementSize`` of each other and ``%ptrA`` + VF * ``%elementSize`` wraps.
23702+
2370023703

2370123704
Examples:
2370223705
"""""""""

0 commit comments

Comments
 (0)