[PATCH] D29874: [X86] Generate VZEROUPPER for Skylake-avx512

Amjad Aboud via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 08:31:45 PST 2017


aaboud updated this revision to Diff 88547.
aaboud marked 2 inline comments as done.
aaboud added a comment.

Applied minor fixes (documentation and style) based on several comments.


https://reviews.llvm.org/D29874

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  lib/Target/X86/X86VZeroUpper.cpp
  test/CodeGen/X86/avg.ll
  test/CodeGen/X86/avx-intel-ocl.ll
  test/CodeGen/X86/avx-intrinsics-x86.ll
  test/CodeGen/X86/avx-vzeroupper.ll
  test/CodeGen/X86/avx2-intrinsics-x86.ll
  test/CodeGen/X86/avx2-vbroadcast.ll
  test/CodeGen/X86/avx512-any_extend_load.ll
  test/CodeGen/X86/avx512-arith.ll
  test/CodeGen/X86/avx512-calling-conv.ll
  test/CodeGen/X86/avx512-cvt.ll
  test/CodeGen/X86/avx512-ext.ll
  test/CodeGen/X86/avx512-extract-subvector.ll
  test/CodeGen/X86/avx512-gather-scatter-intrin.ll
  test/CodeGen/X86/avx512-insert-extract.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-mask-spills.ll
  test/CodeGen/X86/avx512-masked-memop-64-32.ll
  test/CodeGen/X86/avx512-masked_memop-16-8.ll
  test/CodeGen/X86/avx512-skx-insert-subvec.ll
  test/CodeGen/X86/avx512-trunc.ll
  test/CodeGen/X86/avx512-vec-cmp.ll
  test/CodeGen/X86/combine-testm-and.ll
  test/CodeGen/X86/compress_expand.ll
  test/CodeGen/X86/fast-isel-nontemporal.ll
  test/CodeGen/X86/masked_gather_scatter.ll
  test/CodeGen/X86/masked_memop.ll
  test/CodeGen/X86/nontemporal-2.ll
  test/CodeGen/X86/pmul.ll
  test/CodeGen/X86/pr29112.ll
  test/CodeGen/X86/sad.ll
  test/CodeGen/X86/shuffle-vs-trunc-256.ll
  test/CodeGen/X86/shuffle-vs-trunc-512.ll
  test/CodeGen/X86/sse-fsignum.ll
  test/CodeGen/X86/subvector-broadcast.ll
  test/CodeGen/X86/vec_fp_to_int.ll
  test/CodeGen/X86/vec_fpext.ll
  test/CodeGen/X86/vec_int_to_fp.ll
  test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
  test/CodeGen/X86/vector-compare-all_of.ll
  test/CodeGen/X86/vector-compare-any_of.ll
  test/CodeGen/X86/vector-compare-results.ll
  test/CodeGen/X86/vector-half-conversions.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-sext.ll
  test/CodeGen/X86/vector-shuffle-masked.ll
  test/CodeGen/X86/vector-shuffle-v1.ll
  test/CodeGen/X86/vector-trunc-math.ll
  test/CodeGen/X86/vector-trunc.ll
  test/CodeGen/X86/vector-tzcnt-128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29874.88547.patch
Type: text/x-patch
Size: 360035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170215/f072c25e/attachment-0001.bin>


More information about the llvm-commits mailing list