1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/SROA
Chandler Carruth 88543d8f23 [SROA] Add a test case for r225068 / PR22080.
llvm-svn: 225070
2015-01-02 00:34:29 +00:00
..
address-spaces.ll [SROA] Teach SROA how to handle pointers from address spaces other than 2014-02-26 08:25:02 +00:00
alignment.ll
basictest.ll [SROA] Add a test case for r225068 / PR22080. 2015-01-02 00:34:29 +00:00
big-endian.ll [SROA] Teach SROA how to much more intelligently handle split loads and 2015-01-01 11:54:38 +00:00
fca.ll
phi-and-select.ll SROA: Don't insert instructions before a PHI 2014-09-01 21:20:14 +00:00
slice-order-independence.ll SROA: Only split loads on byte boundaries 2014-06-17 00:19:35 +00:00
slice-width.ll Add a test case for SROA where the store size is bigger than slice size. The 2014-08-22 23:27:04 +00:00
vector-conversion.ll
vector-lifetime-intrinsic.ll Fix a case in SROA where lifetime intrinsics could inhibit alloca promotion. In 2014-08-07 21:07:35 +00:00
vector-promotion.ll SROA: The alloca type isn't a candidate promotion type for vectors 2014-11-21 02:34:55 +00:00
vectors-of-pointers.ll