This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 572aa19 [Orc] Simplify LogicalDylib and move it back inside CompileOn [...] new 040e63a [AVX-512] Add 512-bit fabs tests with and without AVX512DQ. new 79711e4 [AVX-512] Always use v8i64 when converting 512-bit FAND/FOR/F [...] new 51b695a [X86] Don't lower FABS/FNEG masking directly to a ConstantPoo [...]
The 3 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: lib/Target/X86/X86ISelLowering.cpp | 21 ++-- test/CodeGen/X86/avx-basic.ll | 2 +- test/CodeGen/X86/avx512-arith.ll | 71 ++++++++---- test/CodeGen/X86/fma-fneg-combine.ll | 16 +-- test/CodeGen/X86/fma_patterns.ll | 22 +++- test/CodeGen/X86/fma_patterns_wide.ll | 6 +- test/CodeGen/X86/pr2656.ll | 2 +- test/CodeGen/X86/vec_fabs.ll | 206 +++++++++++++++++++++++++++++----- 8 files changed, 267 insertions(+), 79 deletions(-)