llvm-6502/test/Transforms/ScalarRepl
Dan Gohman ae3a0be92e Split the Add, Sub, and Mul instruction opcodes into separate
integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.

For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.

This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72897 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 22:49:04 +00:00
..
2003-05-29-ArrayFail.ll this produces an undefined result, just check that the alloca is gone 2009-02-03 18:13:00 +00:00
2003-05-30-InvalidIndices.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2003-05-30-MultiLevel.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2003-09-12-IncorrectPromote.ll Fix some escaping and quoting in RUN lines, mainly involving { and <. In two 2008-06-10 16:04:47 +00:00
2003-10-29-ArrayProblem.ll adjust for asmprinter change. 2009-03-01 00:26:51 +00:00
2005-12-14-UnionPromoteCrash.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2006-01-24-IllegalUnionPromoteCrash.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2006-04-20-PromoteCrash.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2006-10-23-PointerUnionCrash.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
2006-11-07-InvalidArrayPromote.ll Simplify and generalize the SROA "convert to scalar" transformation to 2009-01-31 02:28:54 +00:00
2006-12-11-SROA-Crash.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
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
2008-02-28-SubElementExtractCrash.ll fix a bug Anders ran into where scalarrepl would crash when promoting 2008-02-29 07:12:06 +00:00
2008-06-05-loadstore-agg.ll Learn ScalarReplAggregrates how stores and loads of first class aggregrates 2008-06-05 12:51:53 +00:00
2008-06-22-LargeArray.ll Enhance SROA to "promote to scalar" allocas which are 2009-03-08 04:04:21 +00:00
2008-08-22-out-of-range-array-promote.ll Fix PR2423 by checking all indices for out of range access, not only 2008-08-23 05:21:06 +00:00
2008-09-22-vector-gep.ll Allow scalarrepl to treat an all-zero GEP just as bitcast. 2008-10-06 16:23:31 +00:00
2009-01-09-scalarrepl-empty.ll Fix PR3304 2009-01-09 18:18:43 +00:00
2009-02-02-ScalarPromoteOutOfRange.ll Fix a bug which caused us to miscompile a couple of Ada 2009-02-02 18:02:59 +00:00
2009-02-05-LoadFCA.ll fix PR3489, use bits instead of bytes. 2009-02-06 04:34:07 +00:00
2009-03-04-MemCpyAlign.ll Fix PR3720 by properly propagating alignment information from memcpy/memmove 2009-03-04 19:20:50 +00:00
2009-03-05-Aggre2Scalar-dbg.ll While converting an aggregate to scalare, ignore and remove aggregate's debug info. 2009-03-06 07:03:54 +00:00
2009-03-17-CleanUp.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2009-04-21-ZeroLengthMemSet.ll fix a crash on a pointless but valid zero-length memset, rdar://6808691 2009-04-21 16:52:12 +00:00
2009-05-08-I1Crash.ll fix RewriteStoreUserOfWholeAlloca to use the correct type size 2009-05-08 15:54:41 +00:00
2009-06-01-BitcastIntPadding.ll PR4286: Make RewriteLoadUserOfWholeAlloca and 2009-06-01 09:14:32 +00:00
AggregatePromote.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
arraytest.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
badarray.ll add another case of undefined behavior without crashing, PR3466. 2009-02-03 07:08:57 +00:00
basictest.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
bitfield-sroa.ll Simplify and generalize the SROA "convert to scalar" transformation to 2009-01-31 02:28:54 +00:00
copy-aggregate.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
debuginfo.ll Enable scalar replacement of AllocaInst whose one of the user is dbg info. 2009-02-10 07:00:59 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
DifferingTypes.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
load-store-aggregate.ll Add a testcase showing that scalarrepl supports first class structs. 2008-09-29 10:42:13 +00:00
memcpy-from-global.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
memset-aggregate-byte-leader.ll
memset-aggregate.ll Teach ConvertUsesToScalar to handle memset, allowing it to handle 2009-02-03 02:01:43 +00:00
not-a-vector.ll Make SROA produce a vector only when the alloca is actually 2009-02-03 18:15:05 +00:00
phinodepromote.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
select_promote.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
sroa_two.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
sroa-fca.ll teach "convert from scalar" to handle loads of fca's. 2009-02-03 21:08:45 +00:00
union-fp-int.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
union-packed.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
union-pointer.ll Upgrade tests to not use llvm-upgrade. 2008-03-18 04:14:37 +00:00
vector_memcpy.ll teach SROA to handle promoting vector allocas with a memset into them into 2009-03-08 04:17:04 +00:00
vector_promote.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
volatile.ll Fix some issues with volatility, move "CanConvertToScalar" check 2009-01-28 20:16:43 +00:00