commit | 935c1e9f5aa30d99935370f339d5435b4fde8283 | [log] [tgz] |
---|---|---|
author | Evandro Menezes <e.menezes@samsung.com> | Thu Aug 16 15:58:08 2018 +0000 |
committer | Evandro Menezes <e.menezes@samsung.com> | Thu Aug 16 15:58:08 2018 +0000 |
tree | effffeff8ad65f54af30c9b92f8799cee4e726c9 | |
parent | cfeb0f3b9878dd33e097f652ec1300b3f843fa3e [diff] |
[InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x) Expand the number of cases when `pow(x, 0.5)` is simplified into `sqrt(x)` by considering the math semantics with more granularity. Differential revision: https://reviews.llvm.org/D50036 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339887 91177308-0d34-0410-b5e6-96231b3b80d8