[llvm] [AMDGPU][SIMemoryLegalizer] Combine GFX10-11 CacheControl Classes (PR #168058)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 01:50:22 PST 2025


================
@@ -1438,8 +1443,7 @@ bool SIGfx6CacheControl::insertRelease(MachineBasicBlock::iterator &MI,
 }
 
 bool SIGfx10CacheControl::enableLoadCacheBypass(
-    const MachineBasicBlock::iterator &MI,
-    SIAtomicScope Scope,
+    const MachineBasicBlock::iterator &MI, SIAtomicScope Scope,
----------------
jayfoad wrote:

It's not worth worrying about.

https://github.com/llvm/llvm-project/pull/168058


More information about the llvm-commits mailing list