[PATCH] D11134: AVX-512: Added all forms of Vector Convert instructions, 32 and 64 bit types

Elena Demikhovsky elena.demikhovsky at intel.com
Mon Jul 13 02:42:55 PDT 2015


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

Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types.
In this patch I have only encoding. Intrinsics and DAG lowering will be in the next patch.
I removed the old intrinsics test temporary. 
(just to split this patch).
Half types are not covered here.

Repository:
  rL LLVM

http://reviews.llvm.org/D11134

Files:
  ../include/llvm/CodeGen/ISDOpcodes.h
  ../lib/Target/X86/X86ISelLowering.cpp
  ../lib/Target/X86/X86ISelLowering.h
  ../lib/Target/X86/X86InstrAVX512.td
  ../lib/Target/X86/X86InstrFragmentsSIMD.td
  ../test/CodeGen/X86/avx512-intrinsics.ll
  ../test/MC/X86/avx512-encodings.s
  ../test/MC/X86/x86-64-avx512dq.s
  ../test/MC/X86/x86-64-avx512dq_vl.s
  ../test/MC/X86/x86-64-avx512f_vl.s
  ../utils/TableGen/X86DisassemblerTables.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11134.29539.patch
Type: text/x-patch
Size: 144713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150713/df805784/attachment.bin>


More information about the llvm-commits mailing list