Skip to content

Commit 9aa9855

Browse files
committed
[Docs] BitCodeFormat.rst: List missing attribute codes
1 parent 9e8b5a2 commit 9aa9855

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/docs/BitCodeFormat.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,15 @@ The integer codes are mapped to well-known attributes as follows.
10581058
* code 56: ``nocf_check``
10591059
* code 57: ``optforfuzzing``
10601060
* code 58: ``shadowcallstack``
1061+
* code 59: ``speculative_load_hardening``
1062+
* code 60: ``immarg``
1063+
* code 61: ``willreturn``
1064+
* code 62: ``nofree``
1065+
* code 63: ``nosync``
10611066
* code 64: ``sanitize_memtag``
1067+
* code 65: ``preallocated``
1068+
* code 66: ``no_merge``
1069+
* code 67: ``null_pointer_is_valid``
10621070

10631071
.. note::
10641072
The ``allocsize`` attribute has a special encoding for its arguments. Its two

0 commit comments

Comments
 (0)