[PATCH] D82697: BitCodeFormat.rst: List missing attribute codes
Gui Andrade via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 17:43:57 PDT 2020
guiand created this revision.
guiand added reviewers: arsenm, eugenis, vitalybuka.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82697
Files:
llvm/docs/BitCodeFormat.rst
Index: llvm/docs/BitCodeFormat.rst
===================================================================
--- llvm/docs/BitCodeFormat.rst
+++ llvm/docs/BitCodeFormat.rst
@@ -1058,7 +1058,15 @@
* code 56: ``nocf_check``
* code 57: ``optforfuzzing``
* code 58: ``shadowcallstack``
+* code 59: ``speculative_load_hardening``
+* code 60: ``immarg``
+* code 61: ``willreturn``
+* code 62: ``nofree``
+* code 63: ``nosync``
* code 64: ``sanitize_memtag``
+* code 65: ``preallocated``
+* code 66: ``no_merge``
+* code 67: ``null_pointer_is_valid``
.. note::
The ``allocsize`` attribute has a special encoding for its arguments. Its two
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82697.273870.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200627/44d2d0fe/attachment.bin>
More information about the llvm-commits
mailing list