"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2730162bee12c77fd33466124e656f25389a146a"
Support pointer comparisons against constants, when looking at the inline-cost
savings from a pointer argument becoming an alloca. Sometimes callees will even compare a pointer to null and then branch to an otherwise unreachable block! Detect these cases and compute the number of saved instructions, instead of bailing out and reporting no savings. llvm-svn: 148941
Loading
Please register or sign in to comment