mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #68198 from kavon/async-optimizations-pt1
Async Demotion (Part 1)
This commit is contained in:
@@ -2218,6 +2218,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Opts.EnableOSSAOptimizations &= !Args.hasArg(OPT_disable_ossa_opts);
|
||||
Opts.EnableSILOpaqueValues |= Args.hasArg(OPT_enable_sil_opaque_values);
|
||||
Opts.EnableSpeculativeDevirtualization |= Args.hasArg(OPT_enable_spec_devirt);
|
||||
Opts.EnableAsyncDemotion |= Args.hasArg(OPT_enable_async_demotion);
|
||||
Opts.EnableActorDataRaceChecks |= Args.hasFlag(
|
||||
OPT_enable_actor_data_race_checks,
|
||||
OPT_disable_actor_data_race_checks, /*default=*/false);
|
||||
|
||||
Reference in New Issue
Block a user