Reorder passes a bit. In particular, it makes sense to run globaldce...
Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIATELY after funcresolve. Also, run the mem2reg pass _early_ so that IPCP and DAE actually do stuff. Run instcombine and simplify cfg after this to cleanup the intraprocedural messes we create. llvm-svn: 10134
Loading
Please register or sign in to comment