This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85af7e11586 [DebugInfo] Create merged locations for instructions other [...] new 2ee1645a3ea AArch64: Introduce a DAG combine for folding offsets into a [...]
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/Target/AArch64/AArch64ISelDAGToDAG.cpp | 18 +-- lib/Target/AArch64/AArch64ISelLowering.cpp | 65 +++++++++-- test/CodeGen/AArch64/arm64-addrmode.ll | 31 +++-- test/CodeGen/AArch64/arm64-vector-ldst.ll | 129 ++++++++++++++------- test/CodeGen/AArch64/fold-global-offsets.ll | 59 ++++++++++ test/CodeGen/AArch64/global-merge-3.ll | 4 +- .../global-merge-ignore-single-use-minsize.ll | 11 +- .../AArch64/global-merge-ignore-single-use.ll | 6 +- 8 files changed, 240 insertions(+), 83 deletions(-) create mode 100644 test/CodeGen/AArch64/fold-global-offsets.ll