This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 43fc2d6fe88 [X86] Teach X86DAGToDAGISel::foldLoadStoreIntoMemOperand to [...] new d25c18e2ecb [X86] Use regular expressions to make test immune to regist [...] new 3071b63207c [X86] Change the addcarry and subborrow intrinsics to retur [...]
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/IR/IntrinsicsX86.td | 36 ++++---- lib/IR/AutoUpgrade.cpp | 58 ++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 26 +++--- lib/Target/X86/X86IntrinsicsInfo.h | 14 ++- ...adx-intrinsics.ll => adx-intrinsics-upgrade.ll} | 28 +++--- test/CodeGen/X86/adx-intrinsics.ll | 101 ++++++++++++++------- test/CodeGen/X86/stack-folding-adx-x86_64.ll | 12 +-- 7 files changed, 180 insertions(+), 95 deletions(-) copy test/CodeGen/X86/{adx-intrinsics.ll => adx-intrinsics-upgrade.ll} (96%)