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)
commitdbe8b7d236dca10e3dac10426a1e113172c58428
tree28f88453e2b8071a360072a6abf725e9f2719b0f
parent8f14de8f32e63fffd37731dd2115d304ff3000a2
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.

llvm-svn: 191490
llvm/lib/Target/X86/X86InstrAVX512.td