Merge pull request #82320 from xedin/hide-solver-hacks-behind-a-flag

[ConstraintSystem] Guard all the performance hacks with a flag
This commit is contained in:
Pavel Yaskevich
2025-06-20 00:12:16 -07:00
committed by GitHub
13 changed files with 64 additions and 64 deletions

View File

@@ -2037,9 +2037,6 @@ static bool ParseTypeCheckerArgs(TypeCheckerOptions &Opts, ArgList &Args,
Opts.DebugForbidTypecheckPrefixes.push_back(A);
}
if (Args.getLastArg(OPT_solver_disable_shrink))
Opts.SolverDisableShrink = true;
if (Args.getLastArg(OPT_solver_disable_splitter))
Opts.SolverDisableSplitter = true;