From e83355bd69df42c00c5ef4da1e736ef8416600b5 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Thu, 21 Aug 2025 12:35:47 +0200 Subject: [PATCH] clang-format --- llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp b/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp index 5d1ea29ae6c0..27e2ac537279 100644 --- a/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp +++ b/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp @@ -2374,7 +2374,7 @@ bool SIGfx12CacheControl::insertWait(MachineBasicBlock::iterator &MI, switch (Scope) { case SIAtomicScope::SYSTEM: case SIAtomicScope::AGENT: - case SIAtomicScope::WORKGROUP: + case SIAtomicScope::WORKGROUP: // If no cross address space ordering then an "S_WAITCNT lgkmcnt(0)" is // not needed as LDS operations for all waves are executed in a total // global ordering as observed by all waves. Required if also