llvm-6502/test/Transforms/ConstProp
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-03-DivideByZeroException.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2002-05-03-NotOperator.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2002-09-03-SetCC-Bools.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2003-05-12-DivideError.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2005-01-28-SetCCGEP.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2006-11-30-vector-cast.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2006-12-01-bool-casts.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2006-12-01-TruncBoolBug.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
2007-02-05-BitCast.ll Testcase for miscompilation 2007-02-06 02:22:37 +00:00
2007-02-23-sdiv.ll For PR1913: 2007-04-14 23:04:54 +00:00
2007-11-23-cttz.ll Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. 2007-11-23 22:42:31 +00:00
2008-07-07-VectorCompare.ll Fix a case where vector comparison constant folding would cause an 2008-07-10 00:29:28 +00:00
basictest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
bitcast2.ll apply Eli's patch for PR2165 and provide a testcase. 2008-10-16 05:26:51 +00:00
bitcast.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
bswap.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
calls.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49: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
float-to-ptr-cast.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
logicaltest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
nottest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
phi.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00
remtest.ll Remove llvm-upgrade and update test cases. 2008-03-01 09:15:35 +00:00