[all-commits] [llvm/llvm-project] ab25de: [AMDGPU] Move common fields out of WaitcntBrackets...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Jul 17 07:20:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab25de7dec2af661b66b23b9794291f2fd81b6bc
      https://github.com/llvm/llvm-project/commit/ab25de7dec2af661b66b23b9794291f2fd81b6bc
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2025-07-17 (Thu, 17 Jul 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp

  Log Message:
  -----------
  [AMDGPU] Move common fields out of WaitcntBrackets. NFC. (#148864)

WaitcntBrackets holds per-basic-block information about the state of
wait counters. It also held a bunch of fields that are constant
throughout a run of the pass. This patch moves them out into the
SIInsertWaitcnts class, for better logical separation and to save a tiny
bit of memory.



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