[llvm-branch-commits] [llvm] [2/3][AMDGPU] Physical register tracking in GCN trackers (PR #184275)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Sep 5 08:55:23 PDT 2026
================
@@ -22,6 +22,17 @@ using namespace llvm;
#define DEBUG_TYPE "machine-scheduler"
+static cl::opt<bool> TrackPhysRegInGCNTrackers(
----------------
arsenm wrote:
I'd rather just leave it without an option
https://github.com/llvm/llvm-project/pull/184275
More information about the llvm-branch-commits
mailing list