Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
IndVarSimplify.cpp
Find file
Blame
History
Permalink
Request LCSSA after LoopSimplify. This fixes a problem in which the
· cf092389
Dan Gohman
authored
Jul 01, 2009
PassManager was scheduling LCSSA before LoopSimplify, which does not preserve LCSSA. llvm-svn: 74661
cf092389
Loading