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

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Thu Jun 11 04:16:04 PDT 2026


  Branch: refs/heads/users/pierre-vh/remove-insertwaitcnt-debugcounters
  Home:   https://github.com/llvm/llvm-project
  Commit: 47e207bd82b28af9c46f2227cff23c11e2bf0b70
      https://github.com/llvm/llvm-project/commit/47e207bd82b28af9c46f2227cff23c11e2bf0b70
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2026-06-11 (Thu, 11 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