We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8b5a2 commit 9aa9855Copy full SHA for 9aa9855
llvm/docs/BitCodeFormat.rst
@@ -1058,7 +1058,15 @@ The integer codes are mapped to well-known attributes as follows.
1058
* code 56: ``nocf_check``
1059
* code 57: ``optforfuzzing``
1060
* 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``
1066
* code 64: ``sanitize_memtag``
1067
+* code 65: ``preallocated``
1068
+* code 66: ``no_merge``
1069
+* code 67: ``null_pointer_is_valid``
1070
1071
.. note::
1072
The ``allocsize`` attribute has a special encoding for its arguments. Its two
0 commit comments