Skip to content

Commit 5f44fa8

Browse files
authored
[LangRef][VP] Clarify 'ff' mnemonic in vp.load.ff: 'first-fault' (#160649)
The LangRef for llvm.vp.load.ff.* stated that 'ff' stands for 'fault-first or fault-only-first.' This patch corrects this to 'first-fault or fault-only-first.' to match established terminology. - ARM SVE uses "first-fault" [1] - RISC-V V uses "fault-only-first" [2] [1] https://arxiv.org/abs/1803.06185 [2] https://github.com/riscvarchive/riscv-v-spec/blob/master/v-spec.adoc
1 parent a769608 commit 5f44fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24586,7 +24586,7 @@ Overview:
2458624586

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

2459124591
Arguments:
2459224592
""""""""""

0 commit comments

Comments
 (0)