[PATCH] D35977: [AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer vmovdqa64/vmovdqu64 instead.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 10:36:40 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309589: [AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer… (authored by ctopper).

Repository:
  rL LLVM

https://reviews.llvm.org/D35977

Files:
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/test/CodeGen/X86/avg.ll
  llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll
  llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-mov.ll
  llvm/trunk/test/CodeGen/X86/avx512bwvl-mov.ll
  llvm/trunk/test/CodeGen/X86/nontemporal-loads.ll
  llvm/trunk/test/CodeGen/X86/pmul.ll
  llvm/trunk/test/CodeGen/X86/sad.ll
  llvm/trunk/test/CodeGen/X86/shuffle-vs-trunc-128.ll
  llvm/trunk/test/CodeGen/X86/shuffle-vs-trunc-256.ll
  llvm/trunk/test/CodeGen/X86/shuffle-vs-trunc-512.ll
  llvm/trunk/test/CodeGen/X86/sse42-intrinsics-x86.ll
  llvm/trunk/test/CodeGen/X86/ssse3-intrinsics-x86.ll
  llvm/trunk/test/CodeGen/X86/subvector-broadcast.ll
  llvm/trunk/test/CodeGen/X86/vector-bitreverse.ll
  llvm/trunk/test/CodeGen/X86/vector-lzcnt-128.ll
  llvm/trunk/test/CodeGen/X86/vector-lzcnt-256.ll
  llvm/trunk/test/CodeGen/X86/vector-lzcnt-512.ll
  llvm/trunk/test/CodeGen/X86/vector-popcnt-512.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-256.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-shl-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v32.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v64.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx512vbmi.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-v1.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc.ll
  llvm/trunk/test/CodeGen/X86/vector-tzcnt-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35977.108951.patch
Type: text/x-patch
Size: 157425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/007ad0bb/attachment-0001.bin>


More information about the llvm-commits mailing list