Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / memcpy-to-load.ll
2008-01-14 Chris LattnerTurn a memcpy from a double* into a load/store of doubl...