This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e9afd4946f Skip out of SimplifyDemandedBits for BITCAST of f16 to i16 new 88c3cbe6a72 [SCCP] Don't use markForcedConstant on branch conditions.
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: lib/Transforms/Scalar/SCCP.cpp | 135 ++++++++++----------- .../SCCP/ipsccp-branch-unresolved-undef.ll | 24 ++++ test/Transforms/SCCP/ipsccp-phi-one-pred-dead.ll | 4 +- test/Transforms/SCCP/return-zapped.ll | 62 ++++++++++ 4 files changed, 151 insertions(+), 74 deletions(-) create mode 100644 test/Transforms/SCCP/ipsccp-branch-unresolved-undef.ll create mode 100644 test/Transforms/SCCP/return-zapped.ll