This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5016671ee05 [DAGCombiner] Remove unused variable. NFCI. new e6a8acefb8f [SCCP] Mark CFG as preserved. new 5796a8d8718 [DAGCombiner] Ensure we use the correct CC result type in v [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 +++++----- lib/Transforms/Scalar/SCCP.cpp | 2 ++ test/CodeGen/Hexagon/sdiv-minsigned.ll | 14 ++++++++++++ test/CodeGen/X86/combine-sdiv.ll | 25 +++++++++++++++------ test/Other/opt-O2-pipeline.ll | 2 -- test/Other/opt-O3-pipeline.ll | 2 -- test/Other/opt-Os-pipeline.ll | 2 -- test/Transforms/SCCP/preserve-analysis.ll | 36 +++++++++++++++++++++++++++++++ 8 files changed, 77 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/Hexagon/sdiv-minsigned.ll create mode 100644 test/Transforms/SCCP/preserve-analysis.ll