[PATCH] D29988: [X86][AVX512] Change VCVTSS2SD and VCVTSD2SS node types to keep consistency between VEX/EVEX versions.

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 07:14:30 PST 2017


aymanmus created this revision.

AVX versions of the converts work on f32/f64 types, while AVX512 version work on vectors.


https://reviews.llvm.org/D29988

Files:
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/vector-half-conversions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29988.88527.patch
Type: text/x-patch
Size: 18116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170215/11209c6d/attachment.bin>


More information about the llvm-commits mailing list