[all-commits] [llvm/llvm-project] c29094: [AMDGPU] NFCI: Track AV Register Pressure separate...
Jeffrey Byrnes via All-commits
all-commits at lists.llvm.org
Fri Jul 25 12:12:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c29094df722ea3aa3e2a788375d340b79384ccef
https://github.com/llvm/llvm-project/commit/c29094df722ea3aa3e2a788375d340b79384ccef
Author: Jeffrey Byrnes <jeffrey.byrnes at amd.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
M llvm/lib/Target/AMDGPU/GCNRegPressure.h
Log Message:
-----------
[AMDGPU] NFCI: Track AV Register Pressure separately (#149863)
Adds new entries in the GCNPressure array for AVGPR pressure. In this
PR, AVGPR pressure is added to pure VGPR pressure under all the pressure
queries, so it is NFC.
Separating out this pseudo RC will help us make more informed decisions
in future work. This RC can be assigned as either VGPR or AGPR, so
tracking them as pure VGPR pressure is not accurate.
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