]> granicus.if.org Git - llvm/commit
[SimplifyLibCalls] handle pow(x,-0.0) before it can assert (PR43233)
authorSanjay Patel <spatel@rotateright.com>
Fri, 6 Sep 2019 16:10:18 +0000 (16:10 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 6 Sep 2019 16:10:18 +0000 (16:10 +0000)
commit0cd0037f5cda148baf2d7da836903bfd302560b7
tree960c5e1b76563a40f28f4da64aebbc9c74dd4264
parent087f60a05c318deb7e2eebf200f9f9d77b0f11f2
[SimplifyLibCalls] handle pow(x,-0.0) before it can assert (PR43233)

https://bugs.llvm.org/show_bug.cgi?id=43233

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371221 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Transforms/InstCombine/pow-4.ll