optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'
[oota-llvm.git] / test / Transforms / InstCombine / intrinsics.ll
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-05 Chris Lattneroptimize comparisons against cttz/ctlz/ctpop, patch...
2010-01-05 Chris Lattneroptimize cttz and ctlz when we can prove something...
2010-01-01 Chris Lattneradd a few trivial instcombines for llvm.powi.
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-09 Chris Lattnerif a 'with overflow' intrinsic just has the normal...