[PATCH] D25759: [AVX512][llvm] Adding missing instructions' variations

coby via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 01:00:56 PDT 2016


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

The following patch introduces the following alternations:

1. correcting the 'vpmulshiftqb' instruction, along with the respective intrinsics.
2. Adding AVX512 missing instructions variants.


Repository:
  rL LLVM

https://reviews.llvm.org/D25759

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/X86/X86InstrAVX512.td
  test/CodeGen/X86/avx512vbmi-intrinsics.ll
  test/CodeGen/X86/avx512vbmivl-intrinsics.ll
  test/MC/X86/avx512vbmi-encoding.s
  test/MC/X86/x86-64-avx512bw_vl.s
  test/MC/X86/x86-64-avx512dq.s
  test/MC/X86/x86-64-avx512dq_vl.s
  test/MC/X86/x86-64-avx512f_vl.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25759.75114.patch
Type: text/x-patch
Size: 28656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161019/5fc40741/attachment.bin>


More information about the llvm-commits mailing list