llvm-6502/test/Transforms/Reassociate
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
..
2002-05-15-AgressiveSubMove.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2002-05-15-MissedTree.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2002-05-15-SubReassociate2.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2002-05-15-SubReassociate.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2002-07-09-DominanceProblem.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2003-08-12-InfiniteLoop.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2005-08-24-Crash.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2005-09-01-ArrayOutOfBounds.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
2006-04-27-ReassociateVector.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
basictest2.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
basictest3.ll Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
basictest4.ll Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
basictest.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
inverses.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
looptest.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
mul-factor3.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
mul-neg-add.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
mulfactor2.ll Let some more tests ignore expected output on stderr. 2008-06-10 15:04:14 +00:00
mulfactor.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
negation.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
otherops.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
shift-factor.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
shifttest.ll Upgrade tests to not use llvm-upgrade. 2008-03-19 04:36:04 +00:00
subtest2.ll Split up subtracts into add+negate if they have a reassociable use or operand 2008-02-17 20:51:26 +00:00
subtest.ll upgrade and simplify this test. 2008-02-17 20:48:43 +00:00