[all-commits] [llvm/llvm-project] 6d8b44: [AMDGPU] [IGLP]: Fix assert (#73710)

Jeffrey Byrnes via All-commits all-commits at lists.llvm.org
Thu Dec 7 17:10:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d8b44a506787cd79d0cb82a05d296d6b49d057d
      https://github.com/llvm/llvm-project/commit/6d8b44a506787cd79d0cb82a05d296d6b49d057d
  Author: Jeffrey Byrnes <jeffrey.byrnes at amd.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.h
    M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp

  Log Message:
  -----------
  [AMDGPU] [IGLP]: Fix assert (#73710)

We can also re-enter IGLP mutation via later `SchedStage`s in the
`GCNMaxOccupancySchedStrategy` . This is sort of NFC in that there is no
changed behavior for the only current client of `IsReentry`




More information about the All-commits mailing list