This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e1b99cf3b5 [SelectionDAG] swap select_cc operands to enable folding new 33b71d22574 [IPSCCP,PM] Preserve DT in the new pass manager.
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 | 11 +++-- lib/Transforms/IPO/SCCP.cpp | 35 ++++++++----- lib/Transforms/Scalar/SCCP.cpp | 65 +++++++++++++++---------- test/Transforms/SCCP/ipsccp-preserve-domtree.ll | 63 ++++++++++++++++++++++++ 4 files changed, 131 insertions(+), 43 deletions(-) create mode 100644 test/Transforms/SCCP/ipsccp-preserve-domtree.ll