[AVX512] Added load/store from BW/VL subsets to Register2Memory opcode tables.
authorRobert Khasanov <rob.khasanov@gmail.com>
Fri, 26 Sep 2014 09:48:50 +0000 (09:48 +0000)
committerRobert Khasanov <rob.khasanov@gmail.com>
Fri, 26 Sep 2014 09:48:50 +0000 (09:48 +0000)
commit26ba182fdf0c07f90cf6cd85850e017c7c38a68f
treea0c99edcf2ad6bec6cc1fb7e130571bee8980f1e
parent537364502a176419104d779734ded99f35c67390
[AVX512] Added load/store from BW/VL subsets to Register2Memory opcode tables.
Added lowering tests for these instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx512bw-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-mov.ll [new file with mode: 0644]