This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93324fe [GVNHoist] Change the key for VNtoInsns to a pair new 92763c0 [X86] Fix 80-column violations. NFC new 0c4677f [AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X phy [...] new e70f2b6 [X86] Add more opcodes to isFrameLoadOpcode/isFrameStoreOpcod [...] new 3305a40 [X86] Add AVX512 load opcodes and a couple AVX load opcodes t [...] new 224d146 [X86] Add more AVX512 instructions to X86InstrInfo::isHighLat [...] new 4388ffc [X86] Add AVX512 instructions to X86InstrInfo::isAssociativeA [...] new 81c3344 [X86] Add floating point packed logical ops to X86InstrInfo:: [...] new fefffbf [X86] Add VPADD instructions to X86InstrInfo::isAssociativeAn [...] new ad7e1da [X86] Add VPMULLW/D/Q instructions to X86InstrInfo::isAssocia [...] new b06a386 [AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativ [...]
The 10 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/X86InstrInfo.cpp | 605 +++++++++++++++++++++-- test/CodeGen/X86/WidenArith.ll | 2 +- test/CodeGen/X86/avx2-intrinsics-x86.ll | 2 +- test/CodeGen/X86/avx512-arith.ll | 22 +- test/CodeGen/X86/avx512-calling-conv.ll | 25 +- test/CodeGen/X86/avx512-fma.ll | 48 +- test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 28 +- test/CodeGen/X86/avx512-intel-ocl.ll | 8 +- test/CodeGen/X86/avx512-mask-op.ll | 40 +- test/CodeGen/X86/avx512-mask-spills.ll | 40 +- test/CodeGen/X86/avx512-vbroadcast.ll | 4 +- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 228 ++++----- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 62 +-- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 32 +- test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 12 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 +-- test/CodeGen/X86/avx512vl-intrinsics.ll | 154 +++--- test/CodeGen/X86/avx512vl-vbroadcast.ll | 6 +- test/CodeGen/X86/fma_patterns.ll | 36 +- test/CodeGen/X86/masked_gather_scatter.ll | 52 +- test/CodeGen/X86/masked_memop.ll | 242 ++++----- test/CodeGen/X86/pmul.ll | 72 ++- test/CodeGen/X86/sad.ll | 553 +++++++++++---------- test/CodeGen/X86/shrink_vmul.ll | 5 +- test/CodeGen/X86/unaligned-spill-folding.ll | 2 +- test/CodeGen/X86/v8i1-masks.ll | 4 +- test/CodeGen/X86/vector-bitreverse.ll | 552 ++++++++++----------- test/CodeGen/X86/vector-sext.ll | 4 +- test/CodeGen/X86/vector-trunc-math.ll | 200 ++++---- test/CodeGen/X86/x86-32-vector-calling-conv.ll | 24 +- 30 files changed, 1861 insertions(+), 1263 deletions(-)