llvm-6502/test
Tilmann Scheller 7aac65de51 [AArch64] Add store + add folding regression tests for the load/store optimization pass.
Add tests for the following transform:

 str X, [x0, #32]
  ...
 add x0, x0, #32
  ->
 str X, [x0, #32]!

with X being either w1, x1, s0, d0 or q0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209627 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-26 13:36:47 +00:00
..
Analysis AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [AArch64] Add store + add folding regression tests for the load/store optimization pass. 2014-05-26 13:36:47 +00:00
DebugInfo DebugInfo: Test linkonce-odr functions under LTO. 2014-05-26 06:44:52 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
Object
Other
TableGen
tools
Transforms AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh