[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)
commit685b1803abc396f2d05238005812f80ea4903adf
treeb4756c89e3e16eeecac986dfe00c83d42f1a9ade
parent70b13043a2efb561854ebf5145b0d8a91290f901
[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.

llvm-svn: 225491
llvm/lib/Target/X86/X86ISelLowering.cpp