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