]> granicus.if.org Git - llvm/commit
[TargetLibraryInfo] Update run time support for Windows
authorEvandro Menezes <e.menezes@samsung.com>
Mon, 11 Feb 2019 22:12:01 +0000 (22:12 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Mon, 11 Feb 2019 22:12:01 +0000 (22:12 +0000)
commit12946fbd9dbd3a1dd38c0e26b4263b94b3b0a523
treef098197ea52ea885250909be301015c5932bd557
parentbc24c432c210ac5146f852bee0bebab8bcf3e221
[TargetLibraryInfo] Update run time support for Windows

It seems that, since VC19, the `float` C99 math functions are supported for all
targets, unlike the C89 ones.

According to the discussion at https://reviews.llvm.org/D57625.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/TargetLibraryInfo.cpp
test/Transforms/InstCombine/double-float-shrink-1.ll
test/Transforms/InstCombine/pow-1.ll