[x86] Add a flag to control the vector shuffle legality predicates that
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Jan 2015 01:24:36 +0000 (01:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Jan 2015 01:24:36 +0000 (01:24 +0000)
commit72dd2f22b5b2d7aafec5fe3a6915e47583af8784
tree0612fdb668a37b06e5d8f8a958a7b1f4e51eaab3
parentf3c718e49b4036d02e3812ef8914a2f28a7f9262
[x86] Add a flag to control the vector shuffle legality predicates that
complements the new vector shuffle lowering code path. This flag,
naturally, is *off* because we've not tested or evaluated the results of
this at all. However, the flag will make it much easier to evaluate
whether we can be this aggressive and whether there are missing vector
shuffle lowering optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225491 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp