This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ad8bced2d51 [ICP] Migrate to OptimizationRemarkEmitter new 7b5f04f080a Relax the matching in these tests new 15b834ad7b9 [X86] SET0 to use XMM registers where possible PR26018 PR32862
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/X86InstrInfo.cpp | 19 +- test/CodeGen/X86/2012-01-12-extract-sv.ll | 2 +- test/CodeGen/X86/2012-04-26-sdglue.ll | 3 +- test/CodeGen/X86/2012-1-10-buildvector.ll | 2 +- test/CodeGen/X86/all-ones-vector.ll | 56 +- test/CodeGen/X86/avx-basic.ll | 6 +- test/CodeGen/X86/avx-cast.ll | 8 +- test/CodeGen/X86/avx-cvt-3.ll | 20 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 16 +- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 4 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 2 +- test/CodeGen/X86/avx-load-store.ll | 4 +- test/CodeGen/X86/avx-logic.ll | 16 +- test/CodeGen/X86/avx-select.ll | 8 +- test/CodeGen/X86/avx-vbroadcastf128.ll | 4 +- test/CodeGen/X86/avx-vextractf128.ll | 2 +- test/CodeGen/X86/avx-vperm2x128.ll | 16 +- test/CodeGen/X86/avx2-arith.ll | 8 +- test/CodeGen/X86/avx2-gather.ll | 8 +- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 24 +- test/CodeGen/X86/avx2-shift.ll | 4 +- test/CodeGen/X86/avx2-vbroadcast.ll | 430 ++++++++---- test/CodeGen/X86/avx2-vbroadcasti128.ll | 4 +- test/CodeGen/X86/avx2-vector-shifts.ll | 12 +- test/CodeGen/X86/avx512-arith.ll | 12 +- test/CodeGen/X86/avx512-cvt.ll | 10 +- test/CodeGen/X86/avx512-ext.ll | 10 +- test/CodeGen/X86/avx512-insert-extract.ll | 2 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/avx512-mask-op.ll | 8 +- test/CodeGen/X86/avx512-vbroadcast.ll | 8 +- test/CodeGen/X86/bitcast-and-setcc-512.ll | 2 +- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 18 +- test/CodeGen/X86/combine-abs.ll | 2 +- test/CodeGen/X86/combine-pmuldq.ll | 2 +- test/CodeGen/X86/compress_expand.ll | 2 +- test/CodeGen/X86/fma_patterns.ll | 4 +- test/CodeGen/X86/fma_patterns_wide.ll | 8 +- test/CodeGen/X86/insertelement-duplicates.ll | 4 +- test/CodeGen/X86/insertelement-zero.ll | 12 +- test/CodeGen/X86/madd.ll | 14 +- test/CodeGen/X86/masked_gather_scatter.ll | 20 +- test/CodeGen/X86/masked_memop.ll | 8 +- test/CodeGen/X86/memset.ll | 2 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 18 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 28 +- test/CodeGen/X86/nontemporal-2.ll | 12 +- test/CodeGen/X86/nontemporal-loads.ll | 2 +- test/CodeGen/X86/packss.ll | 2 +- test/CodeGen/X86/pmovsx-inreg.ll | 48 +- test/CodeGen/X86/pr28129.ll | 16 +- test/CodeGen/X86/sad.ll | 24 +- test/CodeGen/X86/setcc-lowering.ll | 2 +- test/CodeGen/X86/split-extend-vector-inreg.ll | 4 +- test/CodeGen/X86/sse-fsignum.ll | 20 +- test/CodeGen/X86/vec_ext_inreg.ll | 2 +- test/CodeGen/X86/vec_extract-avx.ll | 14 +- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 2 +- test/CodeGen/X86/vector-compare-results.ll | 4 +- test/CodeGen/X86/vector-extend-inreg.ll | 4 +- test/CodeGen/X86/vector-lzcnt-256.ll | 32 +- test/CodeGen/X86/vector-lzcnt-512.ll | 16 +- test/CodeGen/X86/vector-pcmp.ll | 8 +- test/CodeGen/X86/vector-popcnt-256.ll | 4 +- test/CodeGen/X86/vector-popcnt-512.ll | 4 +- test/CodeGen/X86/vector-rotate-256.ll | 4 +- test/CodeGen/X86/vector-shift-ashr-256.ll | 8 +- test/CodeGen/X86/vector-shift-ashr-512.ll | 2 +- test/CodeGen/X86/vector-shift-lshr-256.ll | 8 +- test/CodeGen/X86/vector-shift-shl-256.ll | 4 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 4 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 39 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 26 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 8 +- test/CodeGen/X86/vector-shuffle-512-v32.ll | 2 +- test/CodeGen/X86/vector-shuffle-512-v64.ll | 4 +- test/CodeGen/X86/vector-shuffle-avx512.ll | 28 +- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 733 ++++++++++++++++++++- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 36 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 4 +- test/CodeGen/X86/vector-tzcnt-256.ll | 64 +- test/CodeGen/X86/vector-tzcnt-512.ll | 20 +- test/CodeGen/X86/viabs.ll | 6 +- test/CodeGen/X86/vselect-pcmp.ll | 42 +- test/CodeGen/X86/xop-intrinsics-fast-isel.ll | 4 +- test/Other/new-pm-lto-defaults.ll | 6 +- test/Other/new-pm-thinlto-defaults.ll | 2 +- 87 files changed, 1529 insertions(+), 629 deletions(-)