Skip to content

Commit b9496ef

Browse files
committed
[AMDGPU, docs] Fix typos
Reviewed By: t-tye, Flakebi Differential Revision: https://reviews.llvm.org/D86340
1 parent d5557c6 commit b9496ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ programming languages used in ML and HPC. The extensions also include improved
106106
support for optimized code on any architecture. Some of the generalizations may
107107
also benefit other issues that have been raised.
108108

109-
The extensions have evolved though collaboration with many individuals and
109+
The extensions have evolved through collaboration with many individuals and
110110
active prototyping within the GDB debugger and LLVM compiler. Input has also
111111
been very much appreciated from the developers working on the Perforce TotalView
112112
HPC Debugger and GCC compiler.
@@ -147,7 +147,7 @@ be generated to describe the CFI as only a single expression is required for
147147
the whole vector register, rather than a separate expression for each lane's
148148
dword of the vector register. It also allows the compiler to produce DWARF
149149
that indexes the vector register if it spills scalar registers into portions
150-
of a vector registers.
150+
of a vector register.
151151

152152
Since DWARF stack value entries have a base type and AMDGPU registers are a
153153
vector of dwords, the ability to specify that a base type is a vector is

0 commit comments

Comments
 (0)