Add more functions to the target library information.
authorMeador Inge <meadori@codesourcery.com>
Sat, 10 Nov 2012 03:11:06 +0000 (03:11 +0000)
committerMeador Inge <meadori@codesourcery.com>
Sat, 10 Nov 2012 03:11:06 +0000 (03:11 +0000)
commit939f5002027e3ccb710ac1c3050dc25471251565
tree41776df840936e9a961b1611d7f1545032b6bd22
parent2f69102b8da4c3f898f95610b26ed9f67e5e291b
Add more functions to the target library information.

In the process of migrating optimizations from the simplify-libcalls pass
to the instcombine pass I noticed that a few functions are missing from
the target library information.  These functions need to be available for
querying in the instcombine library call simplifiers.  More functions will
probably be added in the future as more simplifiers are migrated to
instcombine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167659 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLibraryInfo.h
lib/Target/TargetLibraryInfo.cpp