[PATCH] D94310: [NFC] Use correct ssa.copy spelling when referring to the intrinsic
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 8 08:00:18 PST 2021
jeroen.dobbelaere created this revision.
jeroen.dobbelaere added a reviewer: efriedma.
Herald added a subscriber: jdoerfert.
jeroen.dobbelaere requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Split out from D91250 <https://reviews.llvm.org/D91250>. Fixes wrong ssa_copy naming.
https://reviews.llvm.org/D94310
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -20062,7 +20062,7 @@
.. _int_ssa_copy:
-'``llvm.ssa_copy``' Intrinsic
+'``llvm.ssa.copy``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
@@ -20070,7 +20070,7 @@
::
- declare type @llvm.ssa_copy(type %operand) returned(1) readnone
+ declare type @llvm.ssa.copy(type %operand) returned(1) readnone
Arguments:
""""""""""
@@ -20080,7 +20080,7 @@
Overview:
""""""""""
-The ``llvm.ssa_copy`` intrinsic can be used to attach information to
+The ``llvm.ssa.copy`` intrinsic can be used to attach information to
operations by copying them and giving them new names. For example,
the PredicateInfo utility uses it to build Extended SSA form, and
attach various forms of information to operands that dominate specific
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94310.315403.patch
Type: text/x-patch
Size: 903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/898a8d43/attachment.bin>
More information about the llvm-commits
mailing list