This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4b2509b8855 [DAG] Reverse node replacement in extension operation. NFCI. new ca6d3f8f6ab [DAG] Improve Aliasing of operations to static alloca
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++++++++---- test/CodeGen/AArch64/arm64-abi-varargs.ll | 3 +- test/CodeGen/AArch64/arm64-abi_align.ll | 32 ++++++++--------- .../AArch64/arm64-alloca-frame-pointer-offset.ll | 6 ++-- test/CodeGen/AArch64/arm64-vext.ll | 8 ++--- test/CodeGen/AArch64/dag-combine-invaraints.ll | 2 +- test/CodeGen/AArch64/swifterror.ll | 12 +++---- test/CodeGen/ARM/atomic-op.ll | 15 ++++++++ test/CodeGen/MSP430/vararg.ll | 4 +-- test/CodeGen/Mips/dins.ll | 4 +-- test/CodeGen/X86/2011-10-19-widen_vselect.ll | 7 ++-- test/CodeGen/X86/alias-static-alloca.ll | 37 +++++++++++++++++++ test/CodeGen/X86/clobber-fi0.ll | 14 ++++---- test/CodeGen/X86/hipe-cc.ll | 6 +--- test/CodeGen/X86/hipe-cc64.ll | 6 +--- test/CodeGen/X86/legalize-shift-64.ll | 8 ++--- test/CodeGen/X86/machine-outliner-debuginfo.ll | 1 + test/CodeGen/X86/machine-outliner.ll | 1 + test/CodeGen/X86/statepoint-invoke.ll | 2 +- test/CodeGen/X86/statepoint-stack-usage.ll | 42 +++++++++++----------- test/CodeGen/X86/statepoint-vector.ll | 4 +-- test/CodeGen/X86/widen_arith-2.ll | 15 ++++---- test/CodeGen/X86/widen_cast-4.ll | 34 ++++++++---------- test/CodeGen/XCore/varargs.ll | 8 ++--- 24 files changed, 168 insertions(+), 125 deletions(-) create mode 100644 test/CodeGen/X86/alias-static-alloca.ll