Go to file
Ahmed Bougacha 7efbac74ec [ARM] Combine base-updating/post-incrementing vector load/stores.
We used to only combine intrinsics, and turn them into VLD1_UPD/VST1_UPD
when the base pointer is incremented after the load/store.

We can do the same thing for generic load/stores.

Note that we can only combine the first load/store+adds pair in
a sequence (as might be generated for a v16f32 load for instance),
because other combines turn the base pointer addition chain (each
computing the address of the next load, from the address of the last
load) into independent additions (common base pointer + this load's
offset).

Differential Revision: http://reviews.llvm.org/D6585

llvm-svn: 223862
2014-12-10 00:07:37 +00:00
clang cmake: Make SVNVersion.inc step depend on GetSVN.cmake. 2014-12-10 00:03:37 +00:00
clang-tools-extra [clang-tidy] Fix a typo. 2014-12-09 15:02:17 +00:00
compiler-rt profile: Add low level versions of profile buffer functions 2014-12-09 22:07:25 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Update information on where to find buildbots. Remove dead buildbot links. 2014-12-09 22:53:21 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld ELF: Add AArch64 test case missing from previous commit 2014-12-09 19:31:09 +00:00
lldb Handle thumb IT instructions correctly all the time. 2014-12-09 23:31:02 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm [ARM] Combine base-updating/post-incrementing vector load/stores. 2014-12-10 00:07:37 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Unbreak after LLVM's metadata split in r223802 2014-12-09 22:02:16 +00:00