Temporary hack to let codegen assert or generate poor code in case
commitb5b70073f193e266033015fa655dde81e3cbf3c4
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jul 2010 21:01:18 +0000 (26 21:01 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jul 2010 21:01:18 +0000 (26 21:01 +0000)
treeba867f0448510607dd4cc7bdb8c68429cba8cc3c
parentc4e3616078a324aeea3f6a3eb3a0612845a8c532
Temporary hack to let codegen assert or generate poor code in case
we are using AVX and no AVX version of the desired intruction is present,
this is better for incremental dev (without fallbacks it's easier to spot
what's missing). Not sure this is the best hack thought (we can also disable
all HasSSE* predicates by dinamically marking them 'false' if AVX is present)

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