This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d50e092736e [Power9] Add tests for passing float128 in VSX reg for non- [...] new e5da5ca56a2 [Power9][NFC] add back-end tests for passing homogeneous fp [...] new 5f1cfe90f3e [X86] Remove X86 specific scalar FMA intrinsics and upgrade [...]
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/IntrinsicsX86.td | 8 - lib/IR/AutoUpgrade.cpp | 85 ++++----- lib/Target/X86/X86IntrinsicsInfo.h | 2 - lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 - .../InstCombine/InstCombineSimplifyDemanded.cpp | 2 - test/CodeGen/PowerPC/f128-aggregates.ll | 190 ++++++++++++++++++++- test/CodeGen/X86/avx2-fma-fneg-combine.ll | 8 +- test/CodeGen/X86/fma-commute-x86.ll | 32 ++-- test/CodeGen/X86/fma-intrinsics-x86.ll | 112 ++++++------ test/CodeGen/X86/fma-scalar-memfold.ll | 40 ++--- test/Transforms/InstCombine/X86/x86-fma.ll | 94 ++++++---- 11 files changed, 388 insertions(+), 187 deletions(-)