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