llvm-6502/lib
Ahmed Bougacha 605c40341b [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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223862 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-10 00:07:37 +00:00
..
Analysis IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
AsmParser AsmParser: Verifier that the contents of a hex integer are hex 2014-12-09 23:50:38 +00:00
Bitcode IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
CodeGen Remove the Module pointer from GCStrategy and GCMetadataPrinter 2014-12-09 23:57:54 +00:00
DebugInfo
ExecutionEngine
IR IR: Fix memory corruption in MDNode new/delete 2014-12-09 23:56:39 +00:00
IRReader
LineEditor
Linker IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
LTO IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
MC
Object Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. 2014-12-09 21:05:36 +00:00
Option
ProfileData
Support
TableGen
Target [ARM] Combine base-updating/post-incrementing vector load/stores. 2014-12-10 00:07:37 +00:00
Transforms Rename static functiom "map" to be more descriptive and to avoid 2014-12-09 23:32:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile