This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e568120da32 [InstCombine] Fold uadd.sat(a, b) == 0 and usub.sat(a, b) == 0 new eec7ef7443d Reverted r375254 as it has broken some build bots for a long time.
The 1 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/CodeGen/MachineBlockFrequencyInfo.h | 3 - include/llvm/CodeGen/MachineDominators.h | 5 - include/llvm/CodeGen/MachineLoopInfo.h | 6 - include/llvm/CodeGen/MachineSizeOpts.h | 37 ---- include/llvm/Transforms/Utils/SizeOpts.h | 55 +----- lib/CodeGen/CMakeLists.txt | 1 - lib/CodeGen/MachineBlockFrequencyInfo.cpp | 7 - lib/CodeGen/MachineDominators.cpp | 6 +- lib/CodeGen/MachineLoopInfo.cpp | 8 +- lib/CodeGen/MachineSizeOpts.cpp | 120 ------------ lib/Transforms/Utils/SizeOpts.cpp | 68 ++----- unittests/CodeGen/CMakeLists.txt | 1 - unittests/CodeGen/MachineSizeOptsTest.cpp | 234 ----------------------- unittests/Transforms/Utils/CMakeLists.txt | 1 - unittests/Transforms/Utils/SizeOptsTest.cpp | 129 ------------- 15 files changed, 20 insertions(+), 661 deletions(-) delete mode 100644 include/llvm/CodeGen/MachineSizeOpts.h delete mode 100644 lib/CodeGen/MachineSizeOpts.cpp delete mode 100644 unittests/CodeGen/MachineSizeOptsTest.cpp delete mode 100644 unittests/Transforms/Utils/SizeOptsTest.cpp