This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db39d89 Fix a typo in FindAvailableLoadedValue, introduced by r273734 [...] new ae15013 [SimplifyCFG] Replace calls to null/undef with unreachable new 35fad14 [InstSimplify] Replace calls to null with undef
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/InstructionSimplify.cpp | 3 ++- lib/Transforms/Utils/Local.cpp | 6 +++++ lib/Transforms/Utils/SimplifyCFG.cpp | 6 ++++- test/Transforms/InstSimplify/call.ll | 16 +++++++++++ .../Transforms/SimplifyCFG/UnreachableEliminate.ll | 31 ++++++++++++++++++++++ 5 files changed, 60 insertions(+), 2 deletions(-)