AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types.
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 13 Jul 2015 13:26:20 +0000 (13:26 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 13 Jul 2015 13:26:20 +0000 (13:26 +0000)
commita0a51734cd37d62f4836ba267e7c18a773034fb6
tree51c5b9275aed9bbcc39c44cf173f1e38e5bc490b
parentc1a7ff90444fe2238d61df8ac33d504eeae5f00e
AVX-512: 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 temporary removed the old intrinsics test (just to split this patch).
Half types are not covered here.

Differential Revision: http://reviews.llvm.org/D11134

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242023 91177308-0d34-0410-b5e6-96231b3b80d8
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