[llvm] [clang] [AMDGPU] Emit a waitcnt instruction after each memory instruction (PR #79236)

Jun Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 10:33:59 PST 2024


================
@@ -605,12 +606,197 @@ class SIGfx12CacheControl : public SIGfx11CacheControl {
                                       bool IsNonTemporal) const override;
 };
 
+class SIPreciseMemorySupport {
----------------
jwanggit86 wrote:

I don't have strong objection to merging with CacheControl, but would like to get Tony's opinion. @t-tye Tony, what do you think?

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


More information about the cfe-commits mailing list