[PM] Move the LoopInfo analysis pointer into the InstCombiner class
along with the other analyses. The most obvious reason why is because eventually I need to separate out the pass layer from the rest of the instcombiner. However, it is also probably a compile time win as every query through the pass manager layer is pretty slow these days. llvm-svn: 226550
Loading
Please sign in to comment