[llvm] r319999 - Update BitCodeFormat.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 17:38:20 PST 2017
Author: eugenis
Date: Wed Dec 6 17:38:20 2017
New Revision: 319999
URL: http://llvm.org/viewvc/llvm-project?rev=319999&view=rev
Log:
Update BitCodeFormat.
Add 2 recently added attributes to list of well-known attributes
in BitCodeFormat.rst.
Modified:
llvm/trunk/docs/BitCodeFormat.rst
Modified: llvm/trunk/docs/BitCodeFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.rst?rev=319999&r1=319998&r2=319999&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.rst (original)
+++ llvm/trunk/docs/BitCodeFormat.rst Wed Dec 6 17:38:20 2017
@@ -1052,6 +1052,8 @@ The integer codes are mapped to well-kno
* code 50: ``inaccessiblememonly_or_argmemonly``
* code 51: ``allocsize(<EltSizeParam>[, <NumEltsParam>])``
* code 52: ``writeonly``
+* code 53: ``speculatable``
+* code 54: ``strictfp``
.. note::
The ``allocsize`` attribute has a special encoding for its arguments. Its two
More information about the llvm-commits
mailing list