This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3a9e90 Attempt to fix bot failure on Windows. Looks like this expres [...] new aad0d39 LTO: Create temporary cache files in the cache directory inst [...] new 80bfdf1 Salvage debug info from instructions about to be deleted
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: include/llvm/Transforms/Utils/Local.h | 13 ++- lib/LTO/Caching.cpp | 36 ++------ lib/Transforms/InstCombine/InstCombineInternal.h | 6 +- lib/Transforms/Utils/Local.cpp | 103 ++++++++++++++-------- test/Transforms/InstCombine/debuginfo-dce.ll | 106 +++++++++++++++++++++++ 5 files changed, 199 insertions(+), 65 deletions(-) create mode 100644 test/Transforms/InstCombine/debuginfo-dce.ll