"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ea10657c08a321529b75b6499e469617b0addd8f"
Don't split critical edges during the AddUsersIfInteresting phase
of LSR. This makes the AddUsersIfInteresting phase of LSR a pure analysis instead of a phase that potentially does CFG modifications. The conditions where this code would actually perform a split are rare, and in the cases where it actually would do a split the split is usually undone by CodeGenPrepare, and in cases where splits actually survive into codegen, they appear to hurt more often than they help. llvm-svn: 70625
Loading
Please register or sign in to comment