[all-commits] [llvm/llvm-project] 5b2fee: [AMDGPU] NFC: Add flag to disable clustered low oc...
Jeffrey Byrnes via All-commits
all-commits at lists.llvm.org
Tue Nov 21 12:43:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b2fee84189beec48a4f935afda831e1ebdcce1e
https://github.com/llvm/llvm-project/commit/5b2fee84189beec48a4f935afda831e1ebdcce1e
Author: Jeffrey Byrnes <jeffrey.byrnes at amd.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Log Message:
-----------
[AMDGPU] NFC: Add flag to disable clustered low occupancy phase (#73025)
This will help users analyze whether high register usage is coming from
inability of scheduler to reduce RP, or from sacrificing good RP to
improve ILP.
More information about the All-commits
mailing list