This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7fa3570b3ba [WebAssembly] MC: Support for init_array and fini_array new 7bd839f42ba [InlineCost, NFC] Extract code dealing with inbounds GEPs f [...] new c527eca47f9 [X86][SSE] Add support for lowering shuffles to PACKSS/PACKUS
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/Analysis/InlineCost.cpp | 53 ++-- lib/Target/X86/X86ISelLowering.cpp | 53 ++++ test/CodeGen/X86/avx-cvt-2.ll | 4 +- test/CodeGen/X86/avx2-shift.ll | 4 +- test/CodeGen/X86/avx2-vbroadcast.ll | 8 +- test/CodeGen/X86/avx2-vector-shifts.ll | 4 +- test/CodeGen/X86/avx512-any_extend_load.ll | 2 +- test/CodeGen/X86/avx512-trunc.ll | 2 +- test/CodeGen/X86/bitcast-and-setcc-256.ll | 82 ++---- test/CodeGen/X86/bitcast-and-setcc-512.ll | 61 ++--- test/CodeGen/X86/bitcast-setcc-128.ll | 62 ++--- test/CodeGen/X86/psubus.ll | 173 ++++++------- .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 3 +- test/CodeGen/X86/vector-compare-results.ll | 287 +++++++++++---------- test/CodeGen/X86/vector-shift-ashr-128.ll | 4 +- test/CodeGen/X86/vector-trunc.ll | 146 ++++------- test/CodeGen/X86/vselect-avx.ll | 10 +- test/CodeGen/X86/widen_arith-2.ll | 11 +- 18 files changed, 449 insertions(+), 520 deletions(-)