change a test to run in filecheck style. Rename it to be a general
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jul 2009 04:33:02 +0000 (04:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jul 2009 04:33:02 +0000 (04:33 +0000)
commit5fe2b03779908eab307488727d1b1a37128d7caa
treef3e0a7fe46d7e81c1e61590fc410ea80aae6cec8
parent1e5cdea9d7d8db6ffd6c97cf31e0e9e2765bfd5e
change a test to run in filecheck style.  Rename it to be a general
dumping ground of various SSE4.1 tests, since filecheck can reasonably
handle them all in one file.  Generalize it to check x86-64 stuff as
well since it has a different ABI (a convenient way to test both the
reg and mem forms of these instructions).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76848 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/sse41.ll [new file with mode: 0644]
test/CodeGen/X86/vec_insert-4.ll [deleted file]