1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/Transforms/ScalarRepl
Chris Lattner 83227e350d Fix a bug where scalarrepl would discard offset if type would match.
In practice this can only happen on code with already undefined behavior, 
but this is still a good thing to handle correctly.

llvm-svn: 46539
2008-01-30 00:39:15 +00:00
..
2003-05-29-ArrayFail.ll For PR1319: 2007-04-15 09:21:47 +00:00
2003-05-30-InvalidIndices.ll
2003-05-30-MultiLevel.ll
2003-09-12-IncorrectPromote.ll For PR1319: 2007-04-15 09:21:47 +00:00
2003-10-29-ArrayProblem.ll For PR1319: 2007-04-15 09:21:47 +00:00
2005-12-14-UnionPromoteCrash.ll
2006-01-24-IllegalUnionPromoteCrash.ll
2006-04-20-PromoteCrash.ll
2006-10-23-PointerUnionCrash.ll
2006-11-07-InvalidArrayPromote.ll For PR1319: 2007-04-15 09:21:47 +00:00
2006-12-11-SROA-Crash.ll
2007-03-19-CanonicalizeMemcpy.ll
2007-05-24-LargeAggregate.ll testcase for PR1446 2007-05-24 18:42:47 +00:00
2007-05-29-MemcpyPreserve.ll Testcase for PR1421 2007-05-30 06:10:46 +00:00
2007-11-03-bigendian_apint.ll Change uses of getTypeSize to getABITypeSize, getTypeStoreSize 2007-11-04 14:43:57 +00:00
2008-01-29-PromoteBug.ll Fix a bug where scalarrepl would discard offset if type would match. 2008-01-30 00:39:15 +00:00
AggregatePromote.ll For PR1319: 2007-04-16 17:36:08 +00:00
arraytest.ll
badarray.ll
basictest.ll
dg.exp For PR1319: 2007-04-15 09:21:47 +00:00
DifferingTypes.ll Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarrepl 2007-05-05 22:22:03 +00:00
memcpy-from-global.ll new testcase, should be able to eliminate the alloca and memcpy 2007-04-25 06:29:34 +00:00
memset-aggregate-byte-leader.ll For PR1319: 2007-04-15 09:21:47 +00:00
memset-aggregate.ll For PR1319: 2007-04-15 09:21:47 +00:00
phinodepromote.ll
select_promote.ll
sroa_two.ll
union-fp-int.ll For PR1319: 2007-04-15 09:21:47 +00:00
union-packed.ll For PR1319: 2007-04-15 09:21:47 +00:00
union-pointer.ll For PR1319: 2007-04-15 09:21:47 +00:00
vector_promote.ll For PR1319: 2007-04-16 17:36:08 +00:00