llvm/lib/Passes
Sanjay Patel 9c64b96f29 [(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
The old PM sets the options of what used to be known as "latesimplifycfg" on the 
instantiation after the vectorizers have run, so that's what we'redoing here.

FWIW, there's a later SimplifyCFGPass instantiation in both PMs where we do not 
set the "late" options. I'm not sure if that's intentional or not.

Differential Revision: https://reviews.llvm.org/D39407


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316869 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-29 20:49:31 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PassBuilder.cpp [(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM 2017-10-29 20:49:31 +00:00
PassRegistry.def Add CalledValuePropagation pass 2017-10-25 13:40:08 +00:00