This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0244a364ab Revert "Add a value_type to ArrayRef." new 67a8b9b97bf [X86] Remove isel patterns for using unmasked vmovdqa32/vmo [...] new 36049c5e9c8 [X86] Use vmovdqu64/vmovdqa64 for unmasked integer vector s [...]
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: lib/Target/X86/X86InstrAVX512.td | 55 +++++++++++-------- lib/Target/X86/X86InstrVecCompiler.td | 24 ++++---- test/CodeGen/X86/avg.ll | 12 ++-- test/CodeGen/X86/avx512-insert-extract.ll | 10 ++-- test/CodeGen/X86/avx512-insert-extract_i1.ll | 2 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 6 +- test/CodeGen/X86/avx512-shuffle-schedule.ll | 64 +++++++++++----------- .../X86/avx512-shuffles/broadcast-vector-int.ll | 18 +++--- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 34 ++++++------ test/CodeGen/X86/avx512-shuffles/permute.ll | 32 +++++------ test/CodeGen/X86/avx512-vpternlog-commute.ll | 8 +-- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 8 +-- test/CodeGen/X86/pr34605.ll | 2 +- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 4 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 8 +-- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 4 +- test/CodeGen/X86/vector-idiv-udiv-512.ll | 4 +- test/CodeGen/X86/vector-rotate-512.ll | 4 +- test/CodeGen/X86/vector-shift-ashr-512.ll | 2 +- test/CodeGen/X86/vector-shift-lshr-512.ll | 2 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 6 +- .../X86/vector-shuffle-combining-avx512bw.ll | 12 ++-- test/CodeGen/X86/vector-shuffle-v1.ll | 6 +- test/CodeGen/X86/x86-interleaved-access.ll | 22 ++++---- test/Transforms/LoopVectorize/X86/avx512.ll | 2 +- 25 files changed, 179 insertions(+), 172 deletions(-)