]> granicus.if.org Git - llvm/commit
[ConstantFolding] Refactor math functions to use LLVM ones (NFC)
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 11 Sep 2019 21:46:57 +0000 (21:46 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Wed, 11 Sep 2019 21:46:57 +0000 (21:46 +0000)
commitc809898d84c4d6f7238163a31077158374dba97c
treefcc7bf5e8d21c3f363392a9b5670579906af35a3
parentc50052e27b60a7729527f1eb7d56ff3dcae26fe3
[ConstantFolding] Refactor math functions to use LLVM ones (NFC)

When possible, replace calls to library routines on the host with equivalent
ones in LLVM.

Differential revision: https://reviews.llvm.org/D67459

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371677 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantFolding.cpp