mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Document optforfuzzing attribute created in r328214.
llvm-svn: 328236
This commit is contained in:
parent
b1021e96ac
commit
8100e44e0f
@ -1055,6 +1055,7 @@ The integer codes are mapped to well-known attributes as follows.
|
||||
* code 54: ``strictfp``
|
||||
* code 55: ``sanitize_hwaddress``
|
||||
* code 56: ``nocf_check``
|
||||
* code 57: ``optforfuzzing``
|
||||
|
||||
.. note::
|
||||
The ``allocsize`` attribute has a special encoding for its arguments. Its two
|
||||
|
@ -1461,6 +1461,9 @@ example:
|
||||
trap or generate asynchronous exceptions. Exception handling schemes
|
||||
that are recognized by LLVM to handle asynchronous exceptions, such
|
||||
as SEH, will still provide their implementation defined semantics.
|
||||
``optforfuzzing``
|
||||
This attribute indicates that this function should be optimized
|
||||
for maximum fuzzing signal.
|
||||
``optnone``
|
||||
This function attribute indicates that most optimization passes will skip
|
||||
this function, with the exception of interprocedural optimization passes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user