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 2683aa7 commit a1ee5b8Copy full SHA for a1ee5b8
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
@@ -1304,7 +1304,8 @@ bool WaitcntBrackets::canOptimizeXCntWithLoadCnt(const AMDGPU::Waitcnt &Wait) {
1304
!hasPendingEvent(STORE_CNT) && !hasPendingEvent(SMEM_GROUP);
1305
}
1306
1307
-void WaitcntBrackets::simplifyXcnt(AMDGPU::Waitcnt &CheckWait, AMDGPU::Waitcnt &UpdateWait) {
+void WaitcntBrackets::simplifyXcnt(AMDGPU::Waitcnt &CheckWait,
1308
+ AMDGPU::Waitcnt &UpdateWait) {
1309
// Try to simplify xcnt further by checking for joint kmcnt and loadcnt
1310
// optimizations. On entry to a block with multiple predescessors, there may
1311
// be pending SMEM and VMEM events active at the same time.
0 commit comments