This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c7ec218cac [NFC] Move hot cold splitting class to header file new c51855f4573 [X86] Match (or (and A, B), (andn (A, C))) to VPTERNLOG wit [...] new ab6082193d0 [X86] Enable canonicalizeBitSelect for AVX512 since we can [...] new 52bde850c7f [X86] Move bitselect matching to vpternlog into X86ISelDAGT [...] new eccfe58ab81 [X86] Enable isel to fold broadcast loads that have been bi [...]
The 4 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/X86ISelDAGToDAG.cpp | 53 +++++++++ lib/Target/X86/X86ISelLowering.cpp | 12 +- lib/Target/X86/X86InstrAVX512.td | 203 ++++++++++++++++++++++++++++++++ test/CodeGen/X86/combine-bitselect.ll | 18 +-- test/CodeGen/X86/vec-copysign-avx512.ll | 89 ++++---------- test/CodeGen/X86/vector-fshl-128.ll | 55 +++++++-- test/CodeGen/X86/vector-fshl-256.ll | 55 +++++++-- test/CodeGen/X86/vector-fshl-512.ll | 42 +++---- test/CodeGen/X86/vector-fshl-rot-128.ll | 39 ++++-- test/CodeGen/X86/vector-fshl-rot-256.ll | 59 ++++++---- test/CodeGen/X86/vector-fshl-rot-512.ll | 80 +++++-------- test/CodeGen/X86/vector-fshr-128.ll | 55 +++++++-- test/CodeGen/X86/vector-fshr-256.ll | 55 +++++++-- test/CodeGen/X86/vector-fshr-512.ll | 42 +++---- test/CodeGen/X86/vector-fshr-rot-128.ll | 39 ++++-- test/CodeGen/X86/vector-fshr-rot-256.ll | 63 ++++++---- test/CodeGen/X86/vector-fshr-rot-512.ll | 80 +++++-------- test/CodeGen/X86/vector-rotate-128.ll | 39 ++++-- test/CodeGen/X86/vector-rotate-256.ll | 40 +++---- test/CodeGen/X86/vector-rotate-512.ll | 66 ++++------- 20 files changed, 782 insertions(+), 402 deletions(-)