[PATCH] Documentation for llvm.experimental.stackmap and llvm.experimental.patchpoint.

Chris Lattner clattner at apple.com
Sat Oct 26 18:11:45 PDT 2013


On Oct 22, 2013, at 5:38 PM, Andrew Trick <atrick at apple.com> wrote:

> Hi ributzka, silvas, echristo,
> 
> http://llvm-reviews.chandlerc.com/D1981
> 
> CHANGE SINCE LAST DIFF
>  http://llvm-reviews.chandlerc.com/D1981?vs=5066&id=5090#toc
> 
> Files:
>  docs/LangRef.rst
>  docs/StackMaps.rst
>  docs/index.rst


+++ docs/LangRef.rst
@@ -8879,3 +8879,8 @@
 
 This intrinsic does nothing, and it's removed by optimizers and ignored
 by codegen.
+
+StackMap Intrinsics
+-------------------

How about "Stack Map Intrinsics"?




+++ docs/StackMaps.rst

The intro to this doc should mention that this is an experimental feature.

Otherwise, the content looks good to me, from a quick read.  This should land after the implementation of these intrinsics goes in.

-Chris



More information about the llvm-commits mailing list