"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bcf2ae6aa56af3668906e1aed9687a3228d55188"
Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate
as the current DSE, but it only a linear scan over each block, rather than quadratic. Eventually (once it has been improved somewhat), this will replace the current DSE. NOTE: This has not yet been extensively tested. llvm-svn: 38517
Loading
Please register or sign in to comment