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
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24468,7 +24468,7 @@ Overview:

The '``llvm.vp.load.ff.*``' intrinsic is similar to
'``llvm.vp.load.*``', but will not trap if there are not ``evl`` readable
lanes at the pointer. '``ff``' stands for fault-first or fault-only-first.
lanes at the pointer. '``ff``' stands for first-fault or fault-only-first.

Arguments:
""""""""""
Expand Down
Loading