[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / BDCE /
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-02-18 Hal Finkel[BDCE] Don't forget uses of root instructions seen...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass