This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddcb2bb71b2 [NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txt new 900efd70b49 [X86] Automatically generate various tests. NFC
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: test/CodeGen/X86/absolute-constant.ll | 23 +- test/CodeGen/X86/avx-bitcast.ll | 4 +- test/CodeGen/X86/avx-isa-check.ll | 2 +- test/CodeGen/X86/avx-minmax.ll | 51 ++- test/CodeGen/X86/avx-vpclmulqdq.ll | 1 + test/CodeGen/X86/bit-test-shift.ll | 11 +- test/CodeGen/X86/combine-fabs.ll | 13 +- test/CodeGen/X86/combine-lds.ll | 7 +- .../X86/dont-trunc-store-double-to-float.ll | 21 +- test/CodeGen/X86/extract-combine.ll | 8 +- test/CodeGen/X86/extract-extract.ll | 6 +- test/CodeGen/X86/h-registers-2.ll | 13 +- test/CodeGen/X86/insertelement-copytoregs.ll | 9 +- test/CodeGen/X86/insertelement-legalize.ll | 23 +- test/CodeGen/X86/masked-iv-safe.ll | 199 ++++++++--- test/CodeGen/X86/masked-iv-unsafe.ll | 367 ++++++++++++++++++++- test/CodeGen/X86/memset-3.ll | 7 +- test/CodeGen/X86/memset-sse-stack-realignment.ll | 192 ++++++++--- test/CodeGen/X86/pr28472.ll | 7 +- test/CodeGen/X86/saddo-redundant-add.ll | 22 +- test/CodeGen/X86/shl_elim.ll | 12 +- test/CodeGen/X86/shuffle-combine-crash.ll | 15 +- test/CodeGen/X86/sqrt.ll | 27 +- test/CodeGen/X86/store-narrow.ll | 197 +++++++---- test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll | 31 +- 25 files changed, 1033 insertions(+), 235 deletions(-)