This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb0402e8092 [InstCombine] reduce code duplication; NFCI new 0f6bb4c8066 [InstCombine] regenerate test checks; NFC new a0a00583bde Add FNeg support to InstructionSimplify
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/Analysis/InstructionSimplify.h | 13 +++++ lib/Analysis/InstructionSimplify.cpp | 65 ++++++++++++++++++++++ test/Analysis/ConstantFolding/fneg.ll | 11 ---- test/Transforms/InstCombine/maxnum.ll | 30 ++++++---- test/Transforms/InstCombine/minnum.ll | 30 ++++++---- .../InstSimplify/floating-point-arithmetic.ll | 9 +++ 6 files changed, 123 insertions(+), 35 deletions(-)