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

Jun Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 11:20:17 PST 2023


================
@@ -1847,6 +1862,7 @@ bool SIInsertWaitcnts::runOnMachineFunction(MachineFunction &MF) {
 
   TrackedWaitcntSet.clear();
   BlockInfos.clear();
+
----------------
jwanggit86 wrote:

Done.

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


More information about the cfe-commits mailing list