aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/sitofp.ll
Commit message (Expand)AuthorAgeFilesLines
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* Zap sitofp/fptoui pairs. In all cases when the sign difference Chris Lattner2008-08-061-1/+13
* Teach instcombine 4 new xforms:Chris Lattner2008-05-201-0/+10
* convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissaChris Lattner2008-05-191-0/+8
* Fold FP comparisons where one operand is converted from an integerChris Lattner2008-05-191-0/+25