This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 625a9ef4f3f [LV] NFC patch for moving VP*Recipe class definitions from [...] new 1d4f2b0d25f [SimplifyLibCalls] Inline calls to cabs when it's safe to do so
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetLibraryInfo.def | 9 ++++ include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Analysis/TargetLibraryInfo.cpp | 22 ++++++++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 33 ++++++++++++ test/Transforms/InstCombine/cabs-array.ll | 65 ++++++++++++++++++++++++ test/Transforms/InstCombine/cabs-discrete.ll | 59 +++++++++++++++++++++ unittests/Analysis/TargetLibraryInfoTest.cpp | 3 ++ 7 files changed, 192 insertions(+) create mode 100644 test/Transforms/InstCombine/cabs-array.ll create mode 100644 test/Transforms/InstCombine/cabs-discrete.ll