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 4893a70 commit 8dc5b68Copy full SHA for 8dc5b68
llvm/lib/CodeGen/InlineSpiller.cpp
@@ -70,8 +70,6 @@ STATISTIC(NumFolded, "Number of folded stack accesses");
70
STATISTIC(NumFoldedLoads, "Number of folded loads");
71
STATISTIC(NumRemats, "Number of rematerialized defs for spilling");
72
73
-static cl::opt<bool> DisableHoisting("disable-spill-hoist", cl::Hidden,
74
- cl::desc("Disable inline spill hoisting"));
75
static cl::opt<bool>
76
RestrictStatepointRemat("restrict-statepoint-remat",
77
cl::init(false), cl::Hidden,
0 commit comments