Temporary hack to let codegen assert or generate poor code in case
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jul 2010 21:01:18 +0000 (21:01 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jul 2010 21:01:18 +0000 (21:01 +0000)
commit3c45734274851c050a52f5068bf25d20a8da60d6
treeba867f0448510607dd4cc7bdb8c68429cba8cc3c
parentc2b13f919dc20cbee1bab36400fe10593ec5ac2d
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