Put HasAVX512 predicate on some patterns to properly disable them when AVX512 isn...
authorCraig Topper <craig.topper@gmail.com>
Fri, 27 Sep 2013 07:20:47 +0000 (07:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 27 Sep 2013 07:20:47 +0000 (07:20 +0000)
commit62f6fac1c500c9d6cb287db395d9ab3cbd985de9
treebec0b2e1b5abb6a5040d38e7f1f0fb2de64e5a6e
parent1f31a3794ef01d51efa23b892e76565ac23f3029
Put HasAVX512 predicate on some patterns to properly disable them when AVX512 isn't enabled. Currently it works simply because the SSE and AVX version of the same patterns are checked first in the DAG isel table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td