[PATCH] D26799: [X86][AVX512] Instructions fixups

coby via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 07:05:33 PST 2016


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

Some instructions were missing, other implemented falsely. this patch aims at amending those issues. full list:

vcvtps2pd
vcvtudq2pd
vcvtps2qq
vcvttps2qq
vcvtps2uqq
vcvttps2uqq

variants are:

[Dst]XMM(zero-masked/merge-masked/unmasked)
[Src]Mem64


Repository:
  rL LLVM

https://reviews.llvm.org/D26799

Files:
  lib/Target/X86/X86InstrAVX512.td
  test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
  test/MC/X86/intel-syntax-x86-avx512dq_vl.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26799.78364.patch
Type: text/x-patch
Size: 8042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161117/c668c2a6/attachment.bin>


More information about the llvm-commits mailing list