[llvm] db1ee18 - NFC: Typo fix
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 16:05:19 PST 2025
Author: Jeffrey Byrnes
Date: 2025-01-24T15:59:13-08:00
New Revision: db1ee18eda6329d7577ad019a47822220b3e293d
URL: https://github.com/llvm/llvm-project/commit/db1ee18eda6329d7577ad019a47822220b3e293d
DIFF: https://github.com/llvm/llvm-project/commit/db1ee18eda6329d7577ad019a47822220b3e293d.diff
LOG: NFC: Typo fix
Change-Id: I08470bc617490558250136ea35a4964003fa9981
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 8f09df2406f107..71f11bf89368f1 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -1327,7 +1327,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
with the fifth i32 operand. The i1 sixth operand is used to clamp
the output. The i1s preceding the vector operands decide the signedness.
- llvm.amdgcn.sched_barrier Controls the types of instructions that may be allowed to cross the intrinsic
+ llvm.amdgcn.sched.barrier Controls the types of instructions that may be allowed to cross the intrinsic
during instruction scheduling. The parameter is a mask for the instruction types
that can cross the intrinsic.
@@ -1345,7 +1345,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
- 0x0200: All DS write instructions may be scheduled across sched_barrier.
- 0x0400: All Transcendental (e.g. V_EXP) instructions may be scheduled across sched_barrier.
- llvm.amdgcn.sched_group_barrier Creates schedule groups with specific properties to create custom scheduling
+ llvm.amdgcn.sched.group.barrier Creates schedule groups with specific properties to create custom scheduling
pipelines. The ordering between groups is enforced by the instruction scheduler.
The intrinsic applies to the code that preceeds the intrinsic. The intrinsic
takes three values that control the behavior of the schedule groups.
@@ -1369,7 +1369,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
| ``// 5 MFMA``
| ``__builtin_amdgcn_sched_group_barrier(8, 5, 0)``
- llvm.amdgcn.iglp_opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
+ llvm.amdgcn.iglp.opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
implements predefined intruction scheduling orderings. The intrinsic applies to the
surrounding scheduling region. The intrinsic takes a value that specifies the
strategy. The compiler implements two strategies.
More information about the llvm-commits
mailing list