Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / align-inc.ll
2007-08-12 Chris Lattneroops, forgot to commit this.
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...