[PATCH] D80407: [AMDGPU] Correct formatting typos in documentation
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 17:53:48 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe36be90c82c4: [AMDGPU] Correct formatting typos in documentation (authored by t-tye).
Changed prior to commit:
https://reviews.llvm.org/D80407?vs=265601&id=265653#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80407/new/
https://reviews.llvm.org/D80407
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -6674,12 +6674,12 @@
The input and result arguments are assigned in order in the following manner:
-..note::
+.. note::
There are likely some errors and omissions in the following description that
need correction.
- ..TODO::
+ .. TODO::
Check the clang source code to decipher how function arguments and return
results are handled. Also see the AMDGPU specific values used.
@@ -6727,7 +6727,7 @@
4. No CFI is currently generated. See
:ref:`amdgpu-dwarf-call-frame-information`.
- ..note::
+ .. note::
CFI will be generated that defines the CFA as the unswizzled address
relative to the wave scratch base in the unswizzled private address space
@@ -6752,7 +6752,7 @@
from SP. Then SP is incremented to account for the known frame size before
the call and decremented after the call.
- ..note::
+ .. note::
The CFI will reflect the changed calculation needed to compute the CFA
from SP.
@@ -6761,7 +6761,7 @@
emergency spill slot. Buffer instructions are used for stack accesses and
not the ``flat_scratch`` instruction.
- ..TODO::
+ .. TODO::
Explain when the emergency spill slot is used.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80407.265653.patch
Type: text/x-patch
Size: 1376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200522/7a6a8d24/attachment.bin>
More information about the llvm-commits
mailing list