1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/test/Transforms/SROA
Eli Friedman ab143b1a30 [SROA] Fix alignment for uses of PHI nodes.
Splitting an alloca can decrease the alignment of GEPs into the
partition.  Normally, rewriting accounts for this, but the code was
missing for uses of PHI nodes and select instructions.

Fixes https://bugs.llvm.org/show_bug.cgi?id=38707 .

Differential Revision: https://reviews.llvm.org/D51335

llvm-svn: 341094
2018-08-30 18:59:24 +00:00
..
address-spaces.ll
alignment.ll [SROA] Preserve DebugLoc when rewriting alloca partitions 2018-06-28 18:58:30 +00:00
alloca-address-space.ll
basictest.ll
big-endian.ll
dbg-addr-diamond.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
dbg-single-piece.ll
dead-inst.ll
fca.ll
mem-par-metadata-sroa.ll
non-integral-pointers.ll
phi-and-select.ll [SROA] Fix alignment for uses of PHI nodes. 2018-08-30 18:59:24 +00:00
phi-with-duplicate-pred.ll [SROA] Handle PHI with multiple duplicate predecessors 2018-05-17 07:21:41 +00:00
ppcf128-no-fold.ll
pr26972.ll
pr37267.ll [SROA] pr37267: fix assertion failure in integer widening 2018-05-17 06:32:17 +00:00
preserve-nonnull.ll
slice-order-independence.ll
slice-width.ll
vector-conversion.ll
vector-lifetime-intrinsic.ll
vector-promotion.ll
vectors-of-pointers.ll