Skip to content

Commit df1db64

Browse files
committed
clang-format
1 parent 2873800 commit df1db64

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
@@ -2412,7 +2412,7 @@ bool SIGfx12CacheControl::insertWait(MachineBasicBlock::iterator &MI,
24122412
switch (Scope) {
24132413
case SIAtomicScope::SYSTEM:
24142414
case SIAtomicScope::AGENT:
2415-
case SIAtomicScope::WORKGROUP:
2415+
case SIAtomicScope::WORKGROUP:
24162416
// If no cross address space ordering then an "S_WAITCNT lgkmcnt(0)" is
24172417
// not needed as LDS operations for all waves are executed in a total
24182418
// global ordering as observed by all waves. Required if also

0 commit comments

Comments
 (0)