Skip to content

Commit 0312b9f

Browse files
committed
[llvm] NFC: Fix trivial typo in rst and td files
Differential Revision: https://reviews.llvm.org/D77469
1 parent bbf386f commit 0312b9f

File tree

85 files changed

+129
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+129
-129
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6603,8 +6603,8 @@ after the source language arguments in the following order:
66036603
The values come from the initial kernel execution state. See
66046604
:ref:`amdgpu-amdhsa-vgpr-register-set-up-order-table`.
66056605

6606-
.. table:: Work-item implict argument layout
6607-
:name: amdgpu-amdhsa-workitem-implict-argument-layout-table
6606+
.. table:: Work-item implicit argument layout
6607+
:name: amdgpu-amdhsa-workitem-implicit-argument-layout-table
66086608

66096609
======= ======= ==============
66106610
Bits Size Field Name

llvm/docs/Extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Introduces a function ID that can be used with ``.cv_loc``. Includes
417417
caller, whether the caller is a real function or another inlined call site.
418418

419419
Syntax:
420-
``.cv_inline_site_id`` *FunctionId* ``within`` *Function* ``inlined_at`` *FileNumber Line* [ *Colomn* ]
420+
``.cv_inline_site_id`` *FunctionId* ``within`` *Function* ``inlined_at`` *FileNumber Line* [ *Column* ]
421421

422422
``.cv_loc`` Directive
423423
^^^^^^^^^^^^^^^^^^^^^

llvm/docs/HowToUseInstrMappings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe all the instructions using that model. TableGen parses all the relation
2828
models and uses the information to construct relation tables which relate
2929
instructions with each other. These tables are emitted in the
3030
``XXXInstrInfo.inc`` file along with the functions to query them. Following
31-
is the definition of ``InstrMapping`` class definied in Target.td file:
31+
is the definition of ``InstrMapping`` class defined in Target.td file:
3232

3333
.. code-block:: text
3434

llvm/docs/LangRef.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ example:
18281828
``"preserve-sign"``, or ``"positive-zero"``. The first entry
18291829
indicates the flushing mode for the result of floating point
18301830
operations. The second indicates the handling of denormal inputs
1831-
to floating point instructions. For compatability with older
1831+
to floating point instructions. For compatibility with older
18321832
bitcode, if the second value is omitted, both input and output
18331833
modes will assume the same mode.
18341834

@@ -1879,7 +1879,7 @@ example:
18791879
``shadowcallstack``
18801880
This attribute indicates that the ShadowCallStack checks are enabled for
18811881
the function. The instrumentation checks that the return address for the
1882-
function has not changed between the function prolog and eiplog. It is
1882+
function has not changed between the function prolog and epilog. It is
18831883
currently x86_64-specific.
18841884

18851885
Call Site Attributes
@@ -17194,7 +17194,7 @@ The first three arguments to the '``llvm.experimental.constrained.fmuladd``'
1719417194
intrinsic must be floating-point or vector of floating-point values.
1719517195
All three arguments must have identical types.
1719617196

17197-
The fourth and fifth arguments specifiy the rounding mode and exception behavior
17197+
The fourth and fifth arguments specify the rounding mode and exception behavior
1719817198
as described above.
1719917199

1720017200
Semantics:

llvm/docs/ProgrammersManual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,7 +3664,7 @@ Important Subclasses of the ``Instruction`` class
36643664
* ``CmpInst``
36653665

36663666
This subclass represents the two comparison instructions,
3667-
`ICmpInst <LangRef.html#i_icmp>`_ (integer opreands), and
3667+
`ICmpInst <LangRef.html#i_icmp>`_ (integer operands), and
36683668
`FCmpInst <LangRef.html#i_fcmp>`_ (floating point operands).
36693669

36703670
.. _m_Instruction:
@@ -3966,7 +3966,7 @@ Important Public Members of the ``GlobalVariable`` class
39663966

39673967
* ``bool hasInitializer()``
39683968

3969-
Returns true if this ``GlobalVariable`` has an intializer.
3969+
Returns true if this ``GlobalVariable`` has an initializer.
39703970

39713971
* ``Constant *getInitializer()``
39723972

llvm/docs/Proposals/GitHubMove.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ clang's tree actually looks like in ``Lclang1``.
712712
Even so, the edge ``U3 -> Llld1`` could be problematic for future
713713
merges from upstream. git will think that we've already merged from
714714
``U3``, and we have, except for the state of the clang tree. One
715-
possible migitation strategy is to manually diff clang between ``U2``
715+
possible mitigation strategy is to manually diff clang between ``U2``
716716
and ``U3`` and apply those updates to ``local/zip``. Another,
717717
possibly simpler strategy is to freeze local work on downstream
718718
branches and merge all submodules from the latest upstream before
@@ -921,7 +921,7 @@ ecosystem, essentially extending it with new tools. If such
921921
repositories are tightly coupled with LLVM, it may make sense to
922922
import them into your local mirror of the monorepo.
923923

924-
If such repositores participated in the umbrella repository used
924+
If such repositories participated in the umbrella repository used
925925
during the zipping process above, they will automatically be added to
926926
the monorepo. For downstream repositories that don't participate in
927927
an umbrella setup, the ``import-downstream-repo.py`` tool at

llvm/docs/TableGen/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ TableGen's top-level production consists of "objects".
136136
TemplateArgList: "<" `Declaration` ("," `Declaration`)* ">"
137137

138138
A ``class`` declaration creates a record which other records can inherit
139-
from. A class can be parametrized by a list of "template arguments", whose
139+
from. A class can be parameterized by a list of "template arguments", whose
140140
values can be used in the class body.
141141

142142
A given class can only be defined once. A ``class`` declaration is

llvm/docs/tutorial/BuildingAJIT2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ each function just passes through code-gen. If we both optimize and code-gen
250250
lazily we can start executing the first function more quickly, but we will have
251251
longer pauses as each function has to be both optimized and code-gen'd when it
252252
is first executed. Things become even more interesting if we consider
253-
interproceedural optimizations like inlining, which must be performed eagerly.
253+
interprocedural optimizations like inlining, which must be performed eagerly.
254254
These are complex trade-offs, and there is no one-size-fits all solution to
255255
them, but by providing composable layers we leave the decisions to the person
256256
implementing the JIT, and make it easy for them to experiment with different

llvm/include/llvm/IR/IntrinsicsAArch64.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ def int_aarch64_sve_ld1_gather_scalar_offset : AdvSIMD_GatherLoad_VS_Intrinsic;
18331833
// First-faulting gather loads: scalar base + vector offsets
18341834
//
18351835

1836-
// 64 bit unscalled offsets
1836+
// 64 bit unscaled offsets
18371837
def int_aarch64_sve_ldff1_gather : AdvSIMD_GatherLoad_SV_64b_Offsets_Intrinsic;
18381838

18391839
// 64 bit scaled offsets

llvm/include/llvm/IR/IntrinsicsARM.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def int_arm_mve_vmull_poly: Intrinsic<
10801080

10811081
// The first two parameters are compile-time constants:
10821082
// * Halving: 0 means halving (vhcaddq), 1 means non-halving (vcaddq)
1083-
// instruction. Note: the flag is inverted to match the corresonding
1083+
// instruction. Note: the flag is inverted to match the corresponding
10841084
// bit in the instruction encoding
10851085
// * Rotation angle: 0 mean 90 deg, 1 means 180 deg
10861086
defm int_arm_mve_vcaddq : MVEMXPredicated<

llvm/include/llvm/IR/IntrinsicsPowerPC.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.".
476476
Intrinsic<[llvm_v4f32_ty], [llvm_v4f32_ty,
477477
llvm_v4f32_ty, llvm_v4f32_ty], [IntrNoMem]>;
478478

479-
// Vector Multiply Sum Intructions.
479+
// Vector Multiply Sum Instructions.
480480
def int_ppc_altivec_vmsummbm : GCCBuiltin<"__builtin_altivec_vmsummbm">,
481481
Intrinsic<[llvm_v4i32_ty], [llvm_v16i8_ty, llvm_v16i8_ty,
482482
llvm_v4i32_ty], [IntrNoMem]>;
@@ -496,7 +496,7 @@ let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.".
496496
Intrinsic<[llvm_v4i32_ty], [llvm_v8i16_ty, llvm_v8i16_ty,
497497
llvm_v4i32_ty], [IntrNoMem]>;
498498

499-
// Vector Multiply Intructions.
499+
// Vector Multiply Instructions.
500500
def int_ppc_altivec_vmulesb : GCCBuiltin<"__builtin_altivec_vmulesb">,
501501
Intrinsic<[llvm_v8i16_ty], [llvm_v16i8_ty, llvm_v16i8_ty],
502502
[IntrNoMem]>;
@@ -535,7 +535,7 @@ let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.".
535535
Intrinsic<[llvm_v2i64_ty], [llvm_v4i32_ty, llvm_v4i32_ty],
536536
[IntrNoMem]>;
537537

538-
// Vector Sum Intructions.
538+
// Vector Sum Instructions.
539539
def int_ppc_altivec_vsumsws : GCCBuiltin<"__builtin_altivec_vsumsws">,
540540
Intrinsic<[llvm_v4i32_ty], [llvm_v4i32_ty, llvm_v4i32_ty],
541541
[IntrNoMem]>;

llvm/include/llvm/IR/IntrinsicsX86.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
284284
def int_x86_sse_ldmxcsr :
285285
Intrinsic<[], [llvm_ptr_ty],
286286
[IntrReadMem, IntrArgMemOnly, IntrHasSideEffects,
287-
// FIXME: LDMXCSR does not actualy write to memory,
287+
// FIXME: LDMXCSR does not actually write to memory,
288288
// but Fast and DAG Isel both use writing to memory
289289
// as a proxy for having side effects.
290290
IntrWriteMem]>;

llvm/include/llvm/Target/Target.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class RegisterClass<string namespace, list<ValueType> regTypes, int alignment,
224224
list<ValueType> RegTypes = regTypes;
225225

226226
// Size - Specify the spill size in bits of the registers. A default value of
227-
// zero lets tablgen pick an appropriate size.
227+
// zero lets tablegen pick an appropriate size.
228228
int Size = 0;
229229

230230
// Alignment - Specify the alignment required of the registers when they are
@@ -703,7 +703,7 @@ class Requires<list<Predicate> preds> {
703703
/// ops definition - This is just a simple marker used to identify the operand
704704
/// list for an instruction. outs and ins are identical both syntactically and
705705
/// semantically; they are used to define def operands and use operands to
706-
/// improve readibility. This should be used like this:
706+
/// improve readability. This should be used like this:
707707
/// (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
708708
def ops;
709709
def outs;

llvm/include/llvm/Target/TargetItinerary.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- TargetItinerary.td - Target Itinierary Description --*- tablegen -*-===//
1+
//===- TargetItinerary.td - Target Itinerary Description --*- tablegen -*-====//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/include/llvm/Target/TargetSchedule.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class SchedMachineModel {
9999
bit CompleteModel = 1;
100100

101101
// Indicates that we should do full overlap checking for multiple InstrRWs
102-
// definining the same instructions within the same SchedMachineModel.
102+
// defining the same instructions within the same SchedMachineModel.
103103
// FIXME: Remove when all in tree targets are clean with the full check
104104
// enabled.
105105
bit FullInstRWOverlapCheck = 1;
@@ -163,7 +163,7 @@ class ProcResourceKind;
163163
// differently. Here we refer to stage between decoding into micro-ops
164164
// and moving them into a reservation station.) Normally NumMicroOps
165165
// is sufficient to limit dispatch/issue groups. However, some
166-
// processors can form groups of with only certain combinitions of
166+
// processors can form groups of with only certain combinations of
167167
// instruction types. e.g. POWER7.
168168
//
169169
// Use BufferSize = 1 for in-order execution units. This is used for

llvm/include/llvm/Target/TargetSelectionDAG.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def NOOP_SDNodeXForm : SDNodeXForm<imm, [{}]>;
729729
/// PatFrags - Represents a set of pattern fragments. Each single fragment
730730
/// can match something on the DAG, from a single node to multiple nested other
731731
/// fragments. The whole set of fragments matches if any of the single
732-
/// fragemnts match. This allows e.g. matching and "add with overflow" and
732+
/// fragments match. This allows e.g. matching and "add with overflow" and
733733
/// a regular "add" with the same fragment set.
734734
///
735735
class PatFrags<dag ops, list<dag> frags, code pred = [{}],

llvm/lib/Target/AArch64/AArch64.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ def FeatureAES : SubtargetFeature<
4242
"Enable AES support", [FeatureNEON]>;
4343

4444
// Crypto has been split up and any combination is now valid (see the
45-
// crypto defintions above). Also, crypto is now context sensitive:
45+
// crypto definitions above). Also, crypto is now context sensitive:
4646
// it has a different meaning for e.g. Armv8.4 than it has for Armv8.2.
4747
// Therefore, we rely on Clang, the user interacing tool, to pass on the
4848
// appropriate crypto options. But here in the backend, crypto has very little
49-
// meaning anymore. We kept the Crypto defintion here for backward
49+
// meaning anymore. We kept the Crypto definition here for backward
5050
// compatibility, and now imply features SHA2 and AES, which was the
5151
// "traditional" meaning of Crypto.
5252
def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
@@ -878,7 +878,7 @@ def : ProcessorModel<"generic", NoSchedModel, [
878878
FeatureNEON,
879879
FeaturePerfMon,
880880
FeaturePostRAScheduler,
881-
// ETE and TRBE are future architecture extensions. We temporariliy enable them
881+
// ETE and TRBE are future architecture extensions. We temporarily enable them
882882
// by default for users targeting generic AArch64, until it is decided in which
883883
// armv8.x-a architecture revision they will end up. The extensions do not
884884
// affect code generated by the compiler and can be used only by explicitly

llvm/lib/Target/AArch64/AArch64InstrFormats.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ def imm0_31 : Operand<i64>, ImmLeaf<i64, [{
883883
}
884884

885885
// timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
886-
// instead of Contant (ImmLeaf)
886+
// instead of Constant (ImmLeaf)
887887
def timm0_31 : Operand<i64>, TImmLeaf<i64, [{
888888
return ((uint64_t)Imm) < 32;
889889
}]> {

llvm/lib/Target/AArch64/AArch64RegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def Z30 : AArch64Reg<30, "z30", [Q30, Z30_HI]>, DwarfRegNum<[126]>;
787787
def Z31 : AArch64Reg<31, "z31", [Q31, Z31_HI]>, DwarfRegNum<[127]>;
788788
}
789789

790-
// Enum descibing the element size for destructive
790+
// Enum describing the element size for destructive
791791
// operations.
792792
class ElementSizeEnum<bits<3> val> {
793793
bits<3> Value = val;

llvm/lib/Target/AArch64/AArch64SystemOperands.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def : PState<"PAN", 0b00100>;
338338
// v8.2a "User Access Override" extension-specific PStates
339339
let Requires = [{ {AArch64::FeaturePsUAO} }] in
340340
def : PState<"UAO", 0b00011>;
341-
// v8.4a timining insensitivity of data processing instructions
341+
// v8.4a timing insensitivity of data processing instructions
342342
let Requires = [{ {AArch64::FeatureDIT} }] in
343343
def : PState<"DIT", 0b11010>;
344344
// v8.5a Spectre Mitigation
@@ -1358,7 +1358,7 @@ def : RWSysReg<"MPAMVPM7_EL2", 0b11, 0b100, 0b1010, 0b0110, 0b111>;
13581358
def : ROSysReg<"MPAMIDR_EL1", 0b11, 0b000, 0b1010, 0b0100, 0b100>;
13591359
} //FeatureMPAM
13601360

1361-
// v8.4a Activitiy Monitor registers
1361+
// v8.4a Activity Monitor registers
13621362
// Op0 Op1 CRn CRm Op2
13631363
let Requires = [{ {AArch64::FeatureAM} }] in {
13641364
def : RWSysReg<"AMCR_EL0", 0b11, 0b011, 0b1101, 0b0010, 0b000>;
@@ -1424,7 +1424,7 @@ def : RWSysReg<"TRFCR_EL2", 0b11, 0b100, 0b0001, 0b0010, 0b001>;
14241424
def : RWSysReg<"TRFCR_EL12", 0b11, 0b101, 0b0001, 0b0010, 0b001>;
14251425
} //FeatureTRACEV8_4
14261426

1427-
// v8.4a Timining insensitivity of data processing instructions
1427+
// v8.4a Timing insensitivity of data processing instructions
14281428
// DIT: Data Independent Timing instructions
14291429
// Op0 Op1 CRn CRm Op2
14301430
let Requires = [{ {AArch64::FeatureDIT} }] in {

llvm/lib/Target/AMDGPU/AMDGPUGISel.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ multiclass GISelVop2IntrPat <
265265

266266
def : GISelVop2Pat <node, inst, dst_vt, src_vt>;
267267

268-
// FIXME: Intrinsics aren't marked as commutable, so we need to add an explcit
268+
// FIXME: Intrinsics aren't marked as commutable, so we need to add an explicit
269269
// pattern to handle commuting. This is another reason why legalizing to a
270270
// generic machine instruction may be better that matching the intrinsic
271271
// directly.

llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This file contains DAG node defintions for the AMDGPU target.
9+
// This file contains DAG node definitions for the AMDGPU target.
1010
//
1111
//===----------------------------------------------------------------------===//
1212

@@ -287,7 +287,7 @@ def AMDGPUffbh_i32_impl : SDNode<"AMDGPUISD::FFBH_I32", SDTIntBitCountUnaryOp>;
287287
def AMDGPUffbl_b32_impl : SDNode<"AMDGPUISD::FFBL_B32", SDTIntBitCountUnaryOp>;
288288

289289
// Signed and unsigned 24-bit multiply. The highest 8-bits are ignore
290-
// when performing the mulitply. The result is a 32-bit value.
290+
// when performing the multiply. The result is a 32-bit value.
291291
def AMDGPUmul_u24_impl : SDNode<"AMDGPUISD::MUL_U24", SDTIntBinOp,
292292
[SDNPCommutative, SDNPAssociative]
293293
>;
@@ -375,7 +375,7 @@ def AMDGPUret_flag : SDNode<"AMDGPUISD::RET_FLAG", SDTypeProfile<0, 1, [SDTCisPt
375375

376376

377377
//===----------------------------------------------------------------------===//
378-
// Intrinsic/Custom node compatability PatFrags
378+
// Intrinsic/Custom node compatibility PatFrags
379379
//===----------------------------------------------------------------------===//
380380

381381
def AMDGPUrcp : PatFrags<(ops node:$src), [(int_amdgcn_rcp node:$src),

llvm/lib/Target/AMDGPU/BUFInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- BUFInstructions.td - Buffer Instruction Defintions ----------------===//
1+
//===-- BUFInstructions.td - Buffer Instruction Definitions ---------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Target/AMDGPU/DSInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- DSInstructions.td - DS Instruction Defintions ---------------------===//
1+
//===-- DSInstructions.td - DS Instruction Definitions --------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Target/AMDGPU/FLATInstructions.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- FLATInstructions.td - FLAT Instruction Defintions -----------------===//
1+
//===-- FLATInstructions.td - FLAT Instruction Definitions ----------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -100,7 +100,7 @@ class FLAT_Real <bits<7> op, FLAT_Pseudo ps> :
100100
!if(ps.is_flat_scratch, 0b01, 0));
101101

102102
// Signed offset. Highest bit ignored for flat and treated as 12-bit
103-
// unsigned for flat acceses.
103+
// unsigned for flat accesses.
104104
bits<13> offset;
105105
bits<1> nv = 0; // XXX - What does this actually do?
106106

llvm/lib/Target/AMDGPU/MIMGInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- MIMGInstructions.td - MIMG Instruction Defintions -----------------===//
1+
//===-- MIMGInstructions.td - MIMG Instruction Definitions ----------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Target/AMDGPU/SIInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def VOPDstS64orS32 : BoolRC {
966966
}
967967

968968
// SCSrc_i1 is the operand for pseudo instructions only.
969-
// Boolean immeadiates shall not be exposed to codegen instructions.
969+
// Boolean immediates shall not be exposed to codegen instructions.
970970
def SCSrc_i1 : RegisterOperand<SReg_1_XEXEC> {
971971
let OperandNamespace = "AMDGPU";
972972
let OperandType = "OPERAND_REG_IMM_INT32";

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- SIInstructions.td - SI Instruction Defintions ---------------------===//
1+
//===-- SIInstructions.td - SI Instruction Definitions --------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -66,7 +66,7 @@ def VINTRPDst : VINTRPDstOperand <VGPR_32>;
6666

6767
let Uses = [M0, EXEC] in {
6868

69-
// FIXME: Specify SchedRW for VINTRP insturctions.
69+
// FIXME: Specify SchedRW for VINTRP instructions.
7070

7171
multiclass V_INTERP_P1_F32_m : VINTRP_m <
7272
0x00000000,

llvm/lib/Target/AMDGPU/SIRegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def SReg_1024 : RegisterClass<"AMDGPU", [v32i32, v32f32], 32,
751751
let AllocationPriority = 20;
752752
}
753753

754-
// Register class for all vector registers (VGPRs + Interploation Registers)
754+
// Register class for all vector registers (VGPRs + Interpolation Registers)
755755
class VRegClass<int numRegs, list<ValueType> regTypes, dag regList> :
756756
RegisterClass<"AMDGPU", regTypes, 32, regList> {
757757
let Size = !mul(numRegs, 32);

0 commit comments

Comments
 (0)