fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / ObjCARC / split-backedge.ll
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2012-04-19 Dan GohmanAvoid a bug in the path count computation, preventing...