This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f51cc0c6a7 [X86][SSE] Early out from ComputeNumSignBitsForTargetNode. NFCI. new c0d3fd047b1 [NFC] clang-format lib/Transforms/Scalar/MergeICmps.cpp new 593ed575ce2 [InstCombine] add 'exact' variants of all tests; NFC new af1c4151ad2 Also update MachineORE after r314874. new c5599f675fb [OptRemark] Move YAML writing to IR
The 4 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/Analysis/OptimizationDiagnosticInfo.h | 6 - include/llvm/IR/DiagnosticInfo.h | 6 + lib/Analysis/OptimizationDiagnosticInfo.cpp | 86 - lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 10 +- lib/IR/DiagnosticInfo.cpp | 80 + lib/IR/LLVMContext.cpp | 8 + lib/Transforms/Scalar/MergeICmps.cpp | 60 +- test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 1772 ++++++++++++++++++++ 8 files changed, 1888 insertions(+), 140 deletions(-)