"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "806700f9738a09c8ddee7e466d8429eda9d7ee66"
Remove a whole bunch of horrible hacky code that was used to promote allocas
whose addresses where used by trivial phi nodes and select instructions. This is now performed by the instcombine pass, which is more powerful, is much simpler, and is faster. This allows the deletion of a bunch of code, two FIXME's and two gotos. llvm-svn: 16406
Loading
Please register or sign in to comment