[llvm] r230403 - [GC] Sync documentation with code naming
Sean Silva
chisophugis at gmail.com
Tue Feb 24 16:10:10 PST 2015
Thanks!
On Tue, Feb 24, 2015 at 3:57 PM, Philip Reames <listmail at philipreames.com>
wrote:
> Author: reames
> Date: Tue Feb 24 17:57:26 2015
> New Revision: 230403
>
> URL: http://llvm.org/viewvc/llvm-project?rev=230403&view=rev
> Log:
> [GC] Sync documentation with code naming
>
> Fixing an issue pointed out by Sean Silva. Thanks!
>
>
> Modified:
> llvm/trunk/docs/Statepoints.rst
>
> Modified: llvm/trunk/docs/Statepoints.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Statepoints.rst?rev=230403&r1=230402&r2=230403&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/Statepoints.rst (original)
> +++ llvm/trunk/docs/Statepoints.rst Tue Feb 24 17:57:26 2015
> @@ -158,8 +158,8 @@ exactly what to change.
> Intrinsics
> ===========
>
> -'''gc.statepoint''' Intrinsic
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +'llvm.experimental.gc.statepoint' Intrinsic
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Syntax:
> """""""
> @@ -167,8 +167,9 @@ Syntax:
> ::
>
> declare i32
> - @gc.statepoint(func_type <target>, i64 <#call args>.
> - i64 <unused>, ... (call parameters),
> + @llvm.experimental.gc.statepoint(func_type <target>,
> + i64 <#call args>. i64 <unused>,
> + ... (call parameters),
> i64 <# deopt args>, ... (deopt parameters),
> ... (gc parameters))
>
> @@ -227,8 +228,8 @@ pointer' argument of the statepoint in a
> from the statepoint. Instead, the explicitly relocated value (from a
> ''gc.relocate'') must be used.
>
> -'''gc.result''' Intrinsic
> -^^^^^^^^^^^^^^^^^^^^^^^^^^
> +'llvm.experimental.gc.result' Intrinsic
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Syntax:
> """""""
> @@ -236,7 +237,7 @@ Syntax:
> ::
>
> declare type*
> - @gc.result(i32 %statepoint_token)
> + @llvm.experimental.gc.result(i32 %statepoint_token)
>
> Overview:
> """""""""
> @@ -267,16 +268,18 @@ A ''gc.result'' is modeled as a 'readnon
> side effects since it is just a projection of the return value of the
> previous call represented by the ''gc.statepoint''.
>
> -'''gc.relocate''' Intrinsic
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +'llvm.experimental.gc.relocate' Intrinsic
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Syntax:
> """""""
>
> ::
>
> - declare <type> addrspace(1)*
> - @gc.relocate(i32 %statepoint_token, i32 %base_offset, i32
> %pointer_offset)
> + declare <pointer type>
> + @llvm.experimental.gc.relocate(i32 %statepoint_token,
> + i32 %base_offset,
> + i32 %pointer_offset)
>
> Overview:
> """""""""
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150224/fc43e7a0/attachment.html>
More information about the llvm-commits
mailing list