"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bc5cb4e369088a94da2a515b73b6d0d7e0495043"
An MBB which branches to an EH landing pad shouldn't be considered for tail merging.
In SjLj EH, the jump to the landing pad is not done explicitly through a branch statement. The EH landing pad is added as a successor to the throwing BB. Because of that however, the branch folding pass could mistakenly think that it could merge the throwing BB with another BB. This isn't safe to do. <rdar://problem/10334833> llvm-svn: 142891
Loading
Please register or sign in to comment