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

Jay Foad via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 21 05:17:22 PST 2023


================
@@ -388,6 +388,8 @@ class SIInsertWaitcnts : public MachineFunctionPass {
   // message.
   DenseSet<MachineInstr *> ReleaseVGPRInsts;
 
+  // bool insertWaitcntAfterMemOp(MachineFunction &MF);
----------------
jayfoad wrote:

Remove all the unused code, don't just comment it out.

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


More information about the cfe-commits mailing list