AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabled only...
authorIgor Breger <igor.breger@intel.com>
Wed, 15 Jul 2015 07:08:10 +0000 (07:08 +0000)
committerIgor Breger <igor.breger@intel.com>
Wed, 15 Jul 2015 07:08:10 +0000 (07:08 +0000)
commit368de4c9d658348b2a88e588a5a8d2c073d4e7ff
treefc441220425d2bb568e51a1565cf915f28fd3ffc
parent4c9cd28947da70ca88550a09d70e7460bdf3457f
AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabled only if AVX512BW present.
Tests added.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx-isa-check.ll [new file with mode: 0644]