[x86] Now that the new vector shuffle legality is enabled and everything
authorChandler Carruth <chandlerc@gmail.com>
Fri, 20 Feb 2015 03:59:35 +0000 (03:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 20 Feb 2015 03:59:35 +0000 (03:59 +0000)
commiteb206aa1ea34140545d26fe2ebaf1079af5dd58f
tree548c1a67f5d8ba41df397b181804549df44fa6ab
parenta1225be1ea3e37d9983e7f17df00a80a1dd349fb
[x86] Now that the new vector shuffle legality is enabled and everything
is going well, remove the flag and the code for the old legality tests.

This is the first step toward removing the entire old vector shuffle
lowering. *Much* more code to delete coming up next.

llvm-svn: 229963
14 files changed:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/vector-shuffle-128-v16.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v4.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v8.ll
llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll
llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll
llvm/test/CodeGen/X86/vector-shuffle-256-v4.ll
llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll
llvm/test/CodeGen/X86/vector-shuffle-512-v8.ll
llvm/test/CodeGen/X86/vector-shuffle-combining.ll
llvm/test/CodeGen/X86/vector-shuffle-mmx.ll
llvm/test/CodeGen/X86/vector-shuffle-sse1.ll