[x86][MMX] Rename and cleanup tests: arith, intrinsics and shuffle
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jan 2015 20:06:51 +0000 (20:06 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 26 Jan 2015 20:06:51 +0000 (20:06 +0000)
commit0f3d4650f71e36c36c06d55198217036e729e511
tree1f518a72033f8e9248f4c67f6031a5c27d9c3bbb
parent325385a37fc7cd6178ec2572a80b9ad9202a32ef
[x86][MMX] Rename and cleanup tests: arith, intrinsics and shuffle

- Rename mmx-builtins to mmx-intrinsics to match other intrinsic test naming.
- Remove tests that duplicate functionality from mmx-intrinsics.ll.
- Move arith related tests to mmx-arith.ll.
- MMX related shuffle goes to vector-shuffle-mmx.ll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227130 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll [deleted file]
test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll [deleted file]
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-builtins.ll [deleted file]
test/CodeGen/X86/mmx-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-punpckhdq.ll [deleted file]
test/CodeGen/X86/mmx-shift.ll [deleted file]
test/CodeGen/X86/mmx-shuffle.ll [deleted file]
test/CodeGen/X86/vector-shuffle-mmx.ll [new file with mode: 0644]