Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / LoopUnswitch.adoc
1 LoopUnswitch
2 ============
3
4 <:LoopUnswitch:> is an optimization pass for the <:SSA:>
5 <:IntermediateLanguage:>, invoked from <:SSASimplify:>.
6
7 == Description ==
8
9 A simple loop unswitching optimization.
10
11 == Implementation ==
12
13 * <!ViewGitFile(mlton,master,mlton/ssa/loop-unswitch.fun)>
14
15 == Details and Notes ==
16
17 {empty}