[PATCH] D14322: AVX512 : VMOVSHDUP/VMOVSLDUP implementation.

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 23:40:54 PST 2015


igorb created this revision.
igorb added reviewers: delena, AsafBadouh.
igorb added a subscriber: llvm-commits.
igorb set the repository for this revision to rL LLVM.

AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructions.
Added tests for intrinsics and encoding.

Repository:
  rL LLVM

http://reviews.llvm.org/D14322

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/X86/InstPrinter/X86InstComments.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx-isa-check.ll
  test/CodeGen/X86/avx512-intrinsics.ll
  test/CodeGen/X86/avx512vl-intrinsics.ll
  test/MC/X86/avx512-encodings.s
  test/MC/X86/x86-64-avx512f_vl.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14322.39169.patch
Type: text/x-patch
Size: 33369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/927f6955/attachment.bin>


More information about the llvm-commits mailing list