This is an archive of the discontinued LLVM Phabricator instance.

[SimplifyLibCalls] pow(x, 0.5) -> sqrt(x) in fast-math mode
ClosedPublic

Authored by davide on Nov 6 2015, 2:23 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 39591.Nov 6 2015, 2:23 PM
davide retitled this revision from to [SimplifyLibCalls] pow(x, 0.5) -> sqrt(x) in fast-math mode.
davide updated this object.
davide added reviewers: majnemer, scanon, escha, resistor.
davide added a subscriber: llvm-commits.
mgrang added a subscriber: mgrang.Nov 17 2015, 2:03 PM
This revision was automatically updated to reflect the committed changes.