This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe9deeb4321 [llvm-objcopy] Add --strip-unneeded option new e6cc3adb12d [IPSCCP] Use PredicateInfo to propagate facts from cmp inst [...]
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/Transforms/Scalar/SCCP.h | 6 +- lib/Transforms/IPO/SCCP.cpp | 24 ++++- lib/Transforms/Scalar/SCCP.cpp | 120 ++++++++++++++++++++++-- test/Other/new-pm-lto-defaults.ll | 4 +- test/Other/opt-O2-pipeline.ll | 4 + test/Other/opt-O3-pipeline.ll | 4 + test/Other/opt-Os-pipeline.ll | 4 + test/Transforms/IPConstantProp/musttail-call.ll | 4 +- test/Transforms/SCCP/ipsccp-predicated.ll | 68 ++++++++++++++ 9 files changed, 223 insertions(+), 15 deletions(-) create mode 100644 test/Transforms/SCCP/ipsccp-predicated.ll