We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac18c1 commit d87068dCopy full SHA for d87068d
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
@@ -1307,7 +1307,8 @@ bool WaitcntBrackets::canOptimizeXCntWithLoadCnt(const AMDGPU::Waitcnt &Wait) {
1307
void WaitcntBrackets::applyXcnt(const AMDGPU::Waitcnt &Wait) {
1308
if (hasRedundantXCntWithKmCnt(Wait)) {
1309
if (hasPendingEvent(VMEM_GROUP))
1310
- // Only clear the SMEM_GROUP event, but VMEM_GROUP could still require handling.
+ // Only clear the SMEM_GROUP event, but VMEM_GROUP could still require
1311
+ // handling.
1312
PendingEvents &= ~(1 << SMEM_GROUP);
1313
else
1314
applyWaitcnt(X_CNT, 0);
0 commit comments