[all-commits] [llvm/llvm-project] 7f5b57: [RFC][AMDGPU] Remove DebugCounter-based WaitCnt de...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Wed Jun 10 04:29:18 PDT 2026


  Branch: refs/heads/users/pierre-vh/remove-insertwaitcnt-debugcounters
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f5b575a1e5106d5affac91d3d673cdf0c43690a
      https://github.com/llvm/llvm-project/commit/7f5b575a1e5106d5affac91d3d673cdf0c43690a
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2026-06-10 (Wed, 10 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    R llvm/test/CodeGen/AMDGPU/waitcnt-debug.mir

  Log Message:
  -----------
  [RFC][AMDGPU] Remove DebugCounter-based WaitCnt debugging

It's 8 years old, only used by a handful of tests, and has not been updated
in a while except for maintenance as far as I can see.

I don't mind keeping it in if there are users of it, but right now it
looks like a dead feature. If we want some more elaborate waitcnt debugging,
we should have a modern, generic system that works on any waitcnt, not
something specific to 3 GFX9 counters.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list