move an optimization for memcmp out of simplifylibcalls and into
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / pow-to-sqrt.ll
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...