This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2646cf2c19e [X86] Fix some Clang-tidy modernize-use-using and Include W [...] new cd539c40a90 Revert r314928 to investigate thinLTO bootstrap failure new abd8a85848e Enabling new pass manager in LTO (and thinLTO) link step.
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/Transforms/InstCombine/InstCombineInternal.h | 4 - lib/Transforms/InstCombine/InstCombinePHI.cpp | 230 ----------------------- test/Transforms/InstCombine/intptr1.ll | 181 ------------------ test/Transforms/InstCombine/intptr2.ll | 37 ---- test/Transforms/InstCombine/intptr3.ll | 37 ---- test/Transforms/InstCombine/intptr4.ll | 47 ----- tools/gold/gold-plugin.cpp | 7 + 7 files changed, 7 insertions(+), 536 deletions(-) delete mode 100644 test/Transforms/InstCombine/intptr1.ll delete mode 100644 test/Transforms/InstCombine/intptr2.ll delete mode 100644 test/Transforms/InstCombine/intptr3.ll delete mode 100644 test/Transforms/InstCombine/intptr4.ll