Skip to content

Commit ed8a1b8

Browse files
committed
clang-format
1 parent 716b8cc commit ed8a1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ bool SIGfx12CacheControl::insertWait(MachineBasicBlock::iterator &MI,
23742374
switch (Scope) {
23752375
case SIAtomicScope::SYSTEM:
23762376
case SIAtomicScope::AGENT:
2377-
case SIAtomicScope::WORKGROUP:
2377+
case SIAtomicScope::WORKGROUP:
23782378
// If no cross address space ordering then an "S_WAITCNT lgkmcnt(0)" is
23792379
// not needed as LDS operations for all waves are executed in a total
23802380
// global ordering as observed by all waves. Required if also

0 commit comments

Comments
 (0)