"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "eae56b57176f535c498b4862ed7c9bb991f1baa2"
add a new SimplifyInstruction API, which is like ConstantFoldInstruction,
except that the result may not be a constant. Switch jump threading to use it so that it gets things like (X & 0) -> 0, which occur when phi preds are deleted and the remaining phi pred was a zero. llvm-svn: 86637
Loading
Please register or sign in to comment