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

Jay Foad via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 03:28:56 PST 2023


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

Remove this

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


More information about the cfe-commits mailing list