We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205dee commit eecfa53Copy full SHA for eecfa53
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -83,6 +83,12 @@ static cl::opt<bool> DisableRemat(
83
cl::init(false));
84
85
86
+static cl::opt<bool> DisableRemat(
87
+ "amdgpu-disable-remat", cl::Hidden,
88
+ cl::desc("Disable rematerialization during AMDGPU scheduling)"),
89
+ cl::init(false));
90
+
91
92
const unsigned ScheduleMetrics::ScaleFactor = 100;
93
94
GCNSchedStrategy::GCNSchedStrategy(const MachineSchedContext *C)
0 commit comments