[llvm] [NFC] Add missing bitcode documentation to BitCodeFormat.rst (PR #102555)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 17:51:31 PDT 2024
https://github.com/cjappl created https://github.com/llvm/llvm-project/pull/102555
Seems like there were a few that missed this documentation. I filled in since the last time it was updated.
>From 99812d852e99aebe4e40f95e2144a28418916164 Mon Sep 17 00:00:00 2001
From: Chris Apple <cja-private at pm.me>
Date: Thu, 8 Aug 2024 17:48:06 -0700
Subject: [PATCH] [NFC] Add missing bitcode documentation to BitCodeFormat.rst
---
llvm/docs/BitCodeFormat.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst
index 1a724a58f58e02..41fdf218d30849 100644
--- a/llvm/docs/BitCodeFormat.rst
+++ b/llvm/docs/BitCodeFormat.rst
@@ -1093,6 +1093,14 @@ The integer codes are mapped to well-known attributes as follows.
* code 86: ``memory``
* code 87: ``nofpclass``
* code 88: ``optdebug``
+* code 89: ``writable``
+* code 90: ``coro_only_destroy_when_complete``
+* code 91: ``dead_on_unwind``
+* code 92: ``range``
+* code 93: ``sanitize_numerical_stability``
+* code 94: ``initializes``
+* code 95: ``hybrid_patchable``
+* code 96: ``sanitize_realtime``
.. note::
The ``allocsize`` attribute has a special encoding for its arguments. Its two
More information about the llvm-commits
mailing list