This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05d358bad52 [llvm-objdump] Add dynamic section printing to private-head [...] new ac1626ec4dd Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR new 413e39f9df1 Recommit r333268: [IPSCCP] Use PredicateInfo to propagate f [...]
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: include/llvm/Transforms/Scalar/SCCP.h | 6 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 56 +++++---- lib/Transforms/IPO/SCCP.cpp | 24 +++- lib/Transforms/Scalar/SCCP.cpp | 126 +++++++++++++++++++-- .../ARM/inline-asm-operand-implicit-cast.ll | 42 +++++++ 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 +- 10 files changed, 239 insertions(+), 35 deletions(-) create mode 100644 test/CodeGen/ARM/inline-asm-operand-implicit-cast.ll