This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2c10d746af Make mcpu=generic the default for armv7-a and armv8-a. new 833b44147a3 [DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry) new bff50588326 [DAGCombine] Refactor common addcarry pattern.
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 | 84 ++++++++++++++++++++++++++++++++ test/CodeGen/X86/add-of-carry.ll | 6 ++- test/CodeGen/X86/addcarry.ll | 21 +++----- 3 files changed, 95 insertions(+), 16 deletions(-)