[PATCH] D81247: Fix a typo in AMDGPU docs
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 06:37:29 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbca413b036bf: Fix a typo in AMDGPU docs (authored by madhur13490).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81247/new/
https://reviews.llvm.org/D81247
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -3851,7 +3851,7 @@
4. The VGPRs are set by SPI which only supports specifying either (X), (X, Y)
or (X, Y, Z).
-Flat Scratch register pair are adjacent SGRRs so they can be moved as a 64-bit
+Flat Scratch register pair are adjacent SGPRs so they can be moved as a 64-bit
value to the hardware required SGPRn-3 and SGPRn-4 respectively.
The global segment can be accessed either using buffer instructions (GFX6 which
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81247.268774.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/590da31d/attachment.bin>
More information about the llvm-commits
mailing list