"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "becf3d3f292ef5721b756214bdc8829313964509"
[LoopSimplifyCFG] Pay respect to LCSSA when removing dead blocks
Utility function that we use for blocks deletion always unconditionally removes one-input Phis. In LoopSimplifyCFG, it can lead to breach of LCSSA form. This patch alters this function to keep them if needed. Differential Revision: https://reviews.llvm.org/D57231 Reviewed By: fedor.sergeev llvm-svn: 353803
Loading
Please register or sign in to comment