Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / memset.ll
2008-11-30 Eli FriedmanOptimize memmove and memset into the LLVM builtins...