This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5db501a9db8 [InstCombine] auto-generate full checks; NFC new f7b5c13b036 [x86] allow vector load narrowing with multi-use values
The 1 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: include/llvm/CodeGen/TargetLowering.h | 14 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 4 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 4 + test/CodeGen/X86/2012-01-12-extract-sv.ll | 3 +- test/CodeGen/X86/avg.ll | 702 ++++++------ test/CodeGen/X86/avx-load-store.ll | 4 +- test/CodeGen/X86/avx-vzeroupper.ll | 14 +- test/CodeGen/X86/avx512-cvt.ll | 38 +- .../X86/avx512-extract-subvector-load-store.ll | 378 +++---- test/CodeGen/X86/avx512-insert-extract.ll | 120 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 1021 +++++++---------- test/CodeGen/X86/fma.ll | 198 ++-- test/CodeGen/X86/insert-into-constant-vector.ll | 42 +- test/CodeGen/X86/madd.ll | 194 ++-- test/CodeGen/X86/nontemporal-loads.ll | 144 +-- test/CodeGen/X86/oddshuffles.ll | 216 ++-- test/CodeGen/X86/pmaddubsw.ll | 106 +- test/CodeGen/X86/pr22774.ll | 6 +- test/CodeGen/X86/pr34653.ll | 155 +-- test/CodeGen/X86/sad.ll | 31 +- test/CodeGen/X86/sandybridge-loads.ll | 5 +- test/CodeGen/X86/shrink_vmul.ll | 178 ++- .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 781 +++++-------- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 1161 ++++++++------------ test/CodeGen/X86/shuffle-vs-trunc-256.ll | 329 ++---- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 499 ++++----- test/CodeGen/X86/sse2.ll | 12 +- test/CodeGen/X86/var-permute-256.ll | 160 ++- test/CodeGen/X86/vec_int_to_fp.ll | 1072 +++++++----------- test/CodeGen/X86/vector-compare-results.ll | 70 +- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 10 +- test/CodeGen/X86/vector-trunc.ll | 17 +- test/CodeGen/X86/viabs.ll | 34 +- test/CodeGen/X86/widen_load-3.ll | 18 +- test/CodeGen/X86/x86-interleaved-access.ll | 756 ++++++------- 37 files changed, 3555 insertions(+), 4958 deletions(-)