[llvm] 9aa9855 - [Docs] BitCodeFormat.rst: List missing attribute codes
Gui Andrade via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 23:34:52 PDT 2020
Author: Gui Andrade
Date: 2020-06-27T06:34:36Z
New Revision: 9aa9855a9c253274d277a7ef0c9897a52cebf1f0
URL: https://github.com/llvm/llvm-project/commit/9aa9855a9c253274d277a7ef0c9897a52cebf1f0
DIFF: https://github.com/llvm/llvm-project/commit/9aa9855a9c253274d277a7ef0c9897a52cebf1f0.diff
LOG: [Docs] BitCodeFormat.rst: List missing attribute codes
Added:
Modified:
llvm/docs/BitCodeFormat.rst
Removed:
################################################################################
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst
index c8b99c60f013..065f9c3d49d4 100644
--- a/llvm/docs/BitCodeFormat.rst
+++ b/llvm/docs/BitCodeFormat.rst
@@ -1058,7 +1058,15 @@ The integer codes are mapped to well-known attributes as follows.
* 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
More information about the llvm-commits
mailing list