fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / ObjCARC / rle-s2l.ll
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...