This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ed3938 AMDGPU/R600: Enable Load combine new 460412a [X86] Rename PABSB/D/W instructions to be consistent with SSE [...] new 2e47cee [AVX-512] Add tests to show that we don't select masked logic [...] new 800ba95 [AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when w [...]
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 | 20 ++--- lib/Target/X86/X86InstrAVX512.td | 122 ++++++++++++++++++++++++-- lib/Target/X86/X86InstrInfo.cpp | 18 ++-- lib/Target/X86/X86InstrSSE.td | 62 ++++++------- test/CodeGen/X86/avx512-arith.ll | 12 +-- test/CodeGen/X86/avx512-logic.ll | 66 ++++++++++++++ test/CodeGen/X86/avx512-select.ll | 2 +- test/CodeGen/X86/stack-folding-fp-avx512.ll | 8 +- test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 12 +-- test/CodeGen/X86/vector-bitreverse.ll | 6 +- 10 files changed, 250 insertions(+), 78 deletions(-)