Skip to content

Commit f4a5085

Browse files
committed
[AMDGPU][SIInsertWaitCnts] format
1 parent 9ed3ad2 commit f4a5085

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
@@ -1304,7 +1304,8 @@ bool WaitcntBrackets::canOptimizeXCntWithLoadCnt(const AMDGPU::Waitcnt &Wait) {
13041304
!hasPendingEvent(STORE_CNT) && !hasPendingEvent(SMEM_GROUP);
13051305
}
13061306

1307-
void WaitcntBrackets::simplifyXcnt(AMDGPU::Waitcnt &CheckWait, AMDGPU::Waitcnt &UpdateWait) {
1307+
void WaitcntBrackets::simplifyXcnt(AMDGPU::Waitcnt &CheckWait,
1308+
AMDGPU::Waitcnt &UpdateWait) {
13081309
// Try to simplify xcnt further by checking for joint kmcnt and loadcnt
13091310
// optimizations. On entry to a block with multiple predescessors, there may
13101311
// be pending SMEM and VMEM events active at the same time.

0 commit comments

Comments
 (0)