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 5e59103 commit 4cddcb3Copy full SHA for 4cddcb3
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -83,12 +83,6 @@ 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