@@ -1327,7 +1327,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
1327
1327
with the fifth i32 operand. The i1 sixth operand is used to clamp
1328
1328
the output. The i1s preceding the vector operands decide the signedness.
1329
1329
1330
- llvm.amdgcn.sched_barrier Controls the types of instructions that may be allowed to cross the intrinsic
1330
+ llvm.amdgcn.sched.barrier Controls the types of instructions that may be allowed to cross the intrinsic
1331
1331
during instruction scheduling. The parameter is a mask for the instruction types
1332
1332
that can cross the intrinsic.
1333
1333
@@ -1345,7 +1345,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
1345
1345
- 0x0200: All DS write instructions may be scheduled across sched_barrier.
1346
1346
- 0x0400: All Transcendental (e.g. V_EXP) instructions may be scheduled across sched_barrier.
1347
1347
1348
- llvm.amdgcn.sched_group_barrier Creates schedule groups with specific properties to create custom scheduling
1348
+ llvm.amdgcn.sched.group.barrier Creates schedule groups with specific properties to create custom scheduling
1349
1349
pipelines. The ordering between groups is enforced by the instruction scheduler.
1350
1350
The intrinsic applies to the code that preceeds the intrinsic. The intrinsic
1351
1351
takes three values that control the behavior of the schedule groups.
@@ -1369,7 +1369,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
1369
1369
| ``// 5 MFMA``
1370
1370
| ``__builtin_amdgcn_sched_group_barrier(8, 5, 0)``
1371
1371
1372
- llvm.amdgcn.iglp_opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
1372
+ llvm.amdgcn.iglp.opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
1373
1373
implements predefined intruction scheduling orderings. The intrinsic applies to the
1374
1374
surrounding scheduling region. The intrinsic takes a value that specifies the
1375
1375
strategy. The compiler implements two strategies.
0 commit comments