Teach InstCombine not to use Add and Neg on FP. PR 8490.
[oota-llvm.git] / test / Transforms / InstCombine / memcpy.ll
2010-10-01 Chris Lattnerfix PR8267 - Instcombine shouldn't optimizer away volat...
2010-10-01 Chris Lattnerupgrade this test.
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...