Tests: reformat sitofp.ll and use FileCheck
[oota-llvm.git] / test / Transforms / InstCombine / sitofp.ll
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-08-06 Chris LattnerZap sitofp/fptoui pairs. In all cases when the sign...
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...