This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eba0dbb Added REQUIRES to TestingGuide documentation new 93ad397 AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostream new 79519fe VirtRegMap: Replace some identity copies with KILL instructions.
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 36 +- test/CodeGen/AArch64/arm64-collect-loh.ll | 1 + test/CodeGen/PowerPC/machine-combiner.ll | 4 + test/CodeGen/SPARC/32abi.ll | 2 + test/CodeGen/X86/anyext.ll | 4 + test/CodeGen/X86/atomic-eflags-reuse.ll | 3 +- test/CodeGen/X86/avx-cast.ll | 7 + test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 28 + test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 2 + test/CodeGen/X86/avx2-conversions.ll | 2 + test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 2 + test/CodeGen/X86/avx2-vector-shifts.ll | 3 + test/CodeGen/X86/avx512-arith.ll | 8 +- test/CodeGen/X86/avx512-calling-conv.ll | 6 +- test/CodeGen/X86/avx512-cvt.ll | 15 +- test/CodeGen/X86/avx512-ext.ll | 14 + test/CodeGen/X86/avx512-extract-subvector.ll | 4 +- test/CodeGen/X86/avx512-insert-extract.ll | 498 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 8 + test/CodeGen/X86/avx512-intrinsics.ll | 15 + test/CodeGen/X86/avx512-mask-op.ll | 11 + test/CodeGen/X86/avx512-select.ll | 3 + test/CodeGen/X86/avx512-trunc.ll | 15 + test/CodeGen/X86/avx512-vbroadcast.ll | 4 + test/CodeGen/X86/avx512-vec-cmp.ll | 466 +- test/CodeGen/X86/avx512bw-mov.ll | 8 + test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 4 + test/CodeGen/X86/avx512bwvl-intrinsics.ll | 17 + test/CodeGen/X86/avx512dq-intrinsics.ll | 10 + test/CodeGen/X86/avx512dq-mask-op.ll | 2 + test/CodeGen/X86/avx512dqvl-intrinsics.ll | 10 + test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 16 + test/CodeGen/X86/avx512vl-intrinsics.ll | 14 + test/CodeGen/X86/bitreverse.ll | 2 + test/CodeGen/X86/bmi.ll | 5 +- test/CodeGen/X86/clz.ll | 6 + test/CodeGen/X86/extractelement-index.ll | 20 + test/CodeGen/X86/f16c-intrinsics-fast-isel.ll | 2 + test/CodeGen/X86/fixup-bw-copy.ll | 3 +- test/CodeGen/X86/h-registers-3.ll | 4 + test/CodeGen/X86/machine-combiner-int.ll | 5 + test/CodeGen/X86/masked_gather_scatter.ll | 67 +- test/CodeGen/X86/masked_memop.ll | 8037 ++++++++++++++++++++- test/CodeGen/X86/materialize.ll | 2 + test/CodeGen/X86/movmsk.ll | 1 + test/CodeGen/X86/or-lea.ll | 13 + test/CodeGen/X86/pmul.ll | 2 + test/CodeGen/X86/pr28173.ll | 1 + test/CodeGen/X86/promote-i16.ll | 2 + test/CodeGen/X86/tbm-intrinsics-fast-isel.ll | 4 + test/CodeGen/X86/urem-i8-constant.ll | 1 + test/CodeGen/X86/urem-power-of-two.ll | 4 +- test/CodeGen/X86/vec_fp_to_int.ll | 1 + test/CodeGen/X86/vec_insert-5.ll | 1 + test/CodeGen/X86/vec_insert-mmx.ll | 1 + test/CodeGen/X86/vec_int_to_fp.ll | 19 + test/CodeGen/X86/vec_ss_load_fold.ll | 45 +- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 4 + test/CodeGen/X86/vector-bitreverse.ll | 8 + test/CodeGen/X86/vector-compare-results.ll | 10 + test/CodeGen/X86/vector-half-conversions.ll | 49 + test/CodeGen/X86/vector-idiv-sdiv-512.ll | 64 + test/CodeGen/X86/vector-lzcnt-128.ll | 8 + test/CodeGen/X86/vector-lzcnt-256.ll | 8 + test/CodeGen/X86/vector-sext.ll | 3 + test/CodeGen/X86/vector-shift-ashr-128.ll | 7 + test/CodeGen/X86/vector-shift-ashr-256.ll | 5 + test/CodeGen/X86/vector-shift-lshr-128.ll | 7 + test/CodeGen/X86/vector-shift-lshr-256.ll | 5 + test/CodeGen/X86/vector-shift-shl-128.ll | 6 + test/CodeGen/X86/vector-shift-shl-256.ll | 5 + test/CodeGen/X86/vector-shuffle-256-v4.ll | 2 + test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 6 + test/CodeGen/X86/vector-shuffle-v1.ll | 49 +- test/CodeGen/X86/vector-shuffle-variable-128.ll | 78 + test/CodeGen/X86/vector-trunc-math.ll | 74 + test/CodeGen/X86/vector-trunc.ll | 9 + test/CodeGen/X86/widen_bitops-0.ll | 18 + test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 2 +- test/CodeGen/X86/xaluo.ll | 1 + 81 files changed, 9756 insertions(+), 164 deletions(-)