[PATCH] D37329: [X86][AVX512] Add simple tests for all AVX512 shuffle instructions.

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 3 05:56:54 PDT 2017


aymanmus updated this revision to Diff 113690.
aymanmus added a comment.

Replacing all-ones/all-zeros masks with other "regular" masks.


https://reviews.llvm.org/D37329

Files:
  test/CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll
  test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll
  test/CodeGen/X86/avx512-shuffles/broadcast-vector-fp.ll
  test/CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll
  test/CodeGen/X86/avx512-shuffles/duplicate-high.ll
  test/CodeGen/X86/avx512-shuffles/duplicate-low.ll
  test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll
  test/CodeGen/X86/avx512-shuffles/partial_permute.ll
  test/CodeGen/X86/avx512-shuffles/permute.ll
  test/CodeGen/X86/avx512-shuffles/shuffle-interleave.ll
  test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll
  test/CodeGen/X86/avx512-shuffles/shuffle.ll
  test/CodeGen/X86/avx512-shuffles/unpack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37329.113690.patch
Type: text/x-patch
Size: 1445028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170903/473eac4e/attachment-0001.bin>


More information about the llvm-commits mailing list