This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0dbbce28f92 [CFGVPrinter] Fix -dot-cfg-only new fcfc7b225ff [CodeGen] Move printing MO_CFIIndex operands to MachineOper [...] new 223840e5a36 [X86][AVX512] Attempt target shuffle combining to different [...]
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: docs/MIRLangRef.rst | 22 +- include/llvm/CodeGen/MachineOperand.h | 1 + lib/CodeGen/MIRPrinter.cpp | 120 +---- lib/CodeGen/MachineOperand.cpp | 125 ++++- lib/Target/X86/X86ISelLowering.cpp | 24 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 299 ++++++------ .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 38 +- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 48 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 73 +-- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 5 +- test/CodeGen/X86/vector-half-conversions.ll | 511 ++++++--------------- test/CodeGen/X86/vector-shuffle-128-v16.ll | 36 +- test/CodeGen/X86/vector-shuffle-128-v8.ll | 135 ++---- test/CodeGen/X86/vector-shuffle-256-v16.ll | 128 +++--- test/CodeGen/X86/vector-shuffle-256-v32.ll | 256 ++++++----- test/CodeGen/X86/vector-shuffle-256-v4.ll | 88 ++-- test/CodeGen/X86/vector-shuffle-256-v8.ll | 86 +++- test/CodeGen/X86/vector-trunc.ll | 62 +-- unittests/CodeGen/MachineOperandTest.cpp | 17 + 19 files changed, 859 insertions(+), 1215 deletions(-)