Skip to content

Commit d87068d

Browse files
committed
[AMDGPU][SIInsertWaitCnts] format
1 parent 0ac18c1 commit d87068d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,8 @@ bool WaitcntBrackets::canOptimizeXCntWithLoadCnt(const AMDGPU::Waitcnt &Wait) {
13071307
void WaitcntBrackets::applyXcnt(const AMDGPU::Waitcnt &Wait) {
13081308
if (hasRedundantXCntWithKmCnt(Wait)) {
13091309
if (hasPendingEvent(VMEM_GROUP))
1310-
// Only clear the SMEM_GROUP event, but VMEM_GROUP could still require handling.
1310+
// Only clear the SMEM_GROUP event, but VMEM_GROUP could still require
1311+
// handling.
13111312
PendingEvents &= ~(1 << SMEM_GROUP);
13121313
else
13131314
applyWaitcnt(X_CNT, 0);

0 commit comments

Comments
 (0)