[clang] [llvm] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)
    Jun Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 12 14:50:30 PST 2024
    
    
  
================
@@ -605,12 +606,197 @@ class SIGfx12CacheControl : public SIGfx11CacheControl {
                                       bool IsNonTemporal) const override;
 };
 
+class SIPreciseMemorySupport {
----------------
jwanggit86 wrote:
Merged with SICacheControl.
https://github.com/llvm/llvm-project/pull/79236
    
    
More information about the llvm-commits
mailing list