Simon Peyton Jones pushed to branch wip/spj-try-opt-coercion at Glasgow Haskell Compiler / GHC
Commits:
-
2fbac2c0
by Simon Peyton Jones at 2026-05-27T00:28:32+01:00
1 changed file:
Changes:
| ... | ... | @@ -1297,8 +1297,8 @@ optLevelFlags -- see Note [Documenting optimisation flags] |
| 1297 | 1297 | , ([0,1,2], Opt_ProfManualCcs )
|
| 1298 | 1298 | |
| 1299 | 1299 | , ([], Opt_OptReflCoSimpleOpt ) -- See Note [Coercion optimisation]
|
| 1300 | - , ([0,1,2], Opt_OptReflCoSimplifier ) -- in GHC.Core.Coercion.Opt
|
|
| 1301 | - , ([0,1,2], Opt_OptCoercion )
|
|
| 1300 | + , ([2], Opt_OptReflCoSimplifier ) -- in GHC.Core.Coercion.Opt
|
|
| 1301 | + , ([2], Opt_OptCoercion )
|
|
| 1302 | 1302 | |
| 1303 | 1303 | |
| 1304 | 1304 | , ([0], Opt_IgnoreInterfacePragmas)
|