This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fb192e [Object] Fixup permissions of input files. new 5276f9a SimplifyLibCalls: Replace fabs libcalls with intrinsics new d4ac29f AMDGPU: Remove dead pattern
The 2 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/IR/PatternMatch.h | 12 ++++ lib/Target/AMDGPU/SIInstructions.td | 5 -- lib/Transforms/InstCombine/InstCombineCalls.cpp | 12 ++++ lib/Transforms/InstCombine/InstCombineCasts.cpp | 33 +++++----- lib/Transforms/Utils/SimplifyLibCalls.cpp | 14 ++-- .../InstCombine/double-float-shrink-2.ll | 18 +++++- test/Transforms/InstCombine/fabs-libcall.ll | 21 ++++++ test/Transforms/InstCombine/fabs.ll | 75 +++++++++++++--------- .../Transforms/InstCombine/float-shrink-compare.ll | 32 ++++++--- test/Transforms/InstCombine/pow-1.ll | 6 +- test/Transforms/InstCombine/win-math.ll | 4 +- test/Transforms/InstCombine/zero-point-zero-add.ll | 2 +- 12 files changed, 160 insertions(+), 74 deletions(-) create mode 100644 test/Transforms/InstCombine/fabs-libcall.ll