This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e780c515773 [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_ [...] new 256a26609b9 [ARM][AArch64][DAG] Reenable post-legalize store merge
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 | 31 ++- lib/Target/AArch64/AArch64ISelLowering.h | 3 - lib/Target/ARM/ARMISelLowering.h | 3 - test/CodeGen/AArch64/arm64-complex-ret.ll | 3 +- test/CodeGen/AArch64/arm64-narrow-st-merge.ll | 4 +- test/CodeGen/AArch64/arm64-storebytesmerge.ll | 46 ++++ test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 16 +- test/CodeGen/AArch64/tailcall-explicit-sret.ll | 14 +- test/CodeGen/AArch64/tailcall-implicit-sret.ll | 12 +- test/CodeGen/ARM/arm-storebytesmerge.ll | 347 +++++++++++++++++++++++++ test/CodeGen/ARM/fp16-promote.ll | 50 ++-- 11 files changed, 466 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/AArch64/arm64-storebytesmerge.ll create mode 100644 test/CodeGen/ARM/arm-storebytesmerge.ll