[PATCH] D28454: [AVX-512] Teach two address instruction pass to replace masked move instructions with blendm instructions when its beneficial.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 00:01:49 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292005: [AVX-512] Teach two address instruction pass to replace masked moveā€¦ (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D28454?vs=83547&id=84439#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28454

Files:
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/test/CodeGen/X86/avx512-bugfix-26264.ll
  llvm/trunk/test/CodeGen/X86/avx512-masked-memop-64-32.ll
  llvm/trunk/test/CodeGen/X86/avx512-masked_memop-16-8.ll
  llvm/trunk/test/CodeGen/X86/avx512-regcall-NoMask.ll
  llvm/trunk/test/CodeGen/X86/avx512-vec-cmp.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-vec-cmp.ll
  llvm/trunk/test/CodeGen/X86/avx512bwvl-vec-cmp.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-vec-cmp.ll
  llvm/trunk/test/CodeGen/X86/masked_memop.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-256-v32.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-masked.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28454.84439.patch
Type: text/x-patch
Size: 76405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170114/89468977/attachment.bin>


More information about the llvm-commits mailing list