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 f7eb3e4 commit e87790eCopy full SHA for e87790e
src/fsharp/vs/Exprs.fs
@@ -379,7 +379,7 @@ module FSharpExprConvert =
379
380
and ConvExprPrim (cenv:Impl.cenv) (env:ExprTranslationEnv) expr =
381
// Eliminate integer 'for' loops
382
- let expr = DetectFastIntegerForLoops cenv.g expr
+ let expr = DetectAndOptimizeForExpression cenv.g OptimizeIntRangesOnly expr
383
384
// Eliminate subsumption coercions for functions. This must be done post-typechecking because we need
385
// complete inference types.
0 commit comments