"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "bc045a5a3332f7e50237e1c01e3b110e026aee4c"
improve code insertion in two ways:
1. Only forward subst offsets into loads and stores, not into arbitrary things, where it will likely become a load. 2. If the source is a cast from pointer, forward subst the cast as well, allowing us to fold the cast away (improving cases when the cast is from an alloca or global). This hasn't been fully tested, but does appear to further reduce register pressure and improve code. Lets let the testers grind on it a bit. :) llvm-svn: 24640
Loading
Please register or sign in to comment