1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CodeGen
Tilmann Scheller 7206d94ee3 [AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer.
Add tests for the following transform:

 add x8, x8, #16
  ...
 str X, [x8]
  ->
 str X, [x8, #16]!

with X being either w0, x0, s0, d0 or q0.

llvm-svn: 210021
2014-06-02 12:33:33 +00:00
..
AArch64 [AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer. 2014-06-02 12:33:33 +00:00
ARM ARMEB: Fix function return type f64 2014-06-01 09:30:52 +00:00
CPP
Generic Convert a vselect into a concat_vector if possible 2014-05-30 23:03:11 +00:00
Hexagon reverting r209132 2014-05-19 16:22:11 +00:00
Inputs
Mips Fix MIPS exception personality encoding. 2014-05-30 16:48:56 +00:00
MSP430 Fix broken FileCheck prefixes 2014-05-23 19:06:24 +00:00
NVPTX
PowerPC [PPC] Use alias symbols in address computation. 2014-05-29 15:41:38 +00:00
R600 R600/SI: Fix [s|u]int_to_fp for i1 2014-05-31 06:47:42 +00:00
SPARC TableGen: fix operand counting for aliases 2014-05-16 09:42:04 +00:00
SystemZ
Thumb Segmented stacks: omit __morestack call when there's no frame. 2014-05-22 13:03:43 +00:00
Thumb2 ARM & AArch64: make use of common cmpxchg idioms after expansion 2014-05-30 10:09:59 +00:00
X86 Make blend tests more specific 2014-05-31 00:52:23 +00:00
XCore