[llvm-branch-commits] [llvm] [AMDGPU][HWEvents] Refactor VMEM_ACCESS as VMEM_READ_ACCESS (PR #204545)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 25 21:15:58 PDT 2026
================
@@ -303,8 +303,11 @@ class WaitcntGeneratorPreGFX12 final : public WaitcntGenerator {
AMDGPU::Waitcnt Wait,
const WaitcntBrackets &ScoreBrackets) override;
- const HWEvents &getWaitEvents(AMDGPU::InstCounterType T) const override {
----------------
ssahasra wrote:
The change in the return type seems like a separate change irrespective of whether the event was renamed and computed differently. Probably just submit it first along with the introduction of HWEvents?
https://github.com/llvm/llvm-project/pull/204545
More information about the llvm-branch-commits
mailing list