Rename and tidy up tests
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 9 Aug 2011 03:04:23 +0000 (03:04 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 9 Aug 2011 03:04:23 +0000 (03:04 +0000)
commitb33ea564485b430508ab94cf085fd47d7f0e49b0
treed8e9f29daedf73eedfca4a95b940f60702233bbf
parente5118ab7bb4fe184c2c183002158609e5e812791
Rename and tidy up tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137103 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
test/CodeGen/X86/avx-128.ll [deleted file]
test/CodeGen/X86/avx-256-arith.ll [deleted file]
test/CodeGen/X86/avx-256-cmp.ll [deleted file]
test/CodeGen/X86/avx-256-cvt.ll [deleted file]
test/CodeGen/X86/avx-256-logic.ll [deleted file]
test/CodeGen/X86/avx-256-movdup.ll [deleted file]
test/CodeGen/X86/avx-256-splat.ll [deleted file]
test/CodeGen/X86/avx-256-unpack.ll [deleted file]
test/CodeGen/X86/avx-256.ll [deleted file]
test/CodeGen/X86/avx-arith.ll [new file with mode: 0644]
test/CodeGen/X86/avx-basic.ll [new file with mode: 0644]
test/CodeGen/X86/avx-cmp-fp.ll [deleted file]
test/CodeGen/X86/avx-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/avx-cvt.ll [new file with mode: 0644]
test/CodeGen/X86/avx-logic.ll [new file with mode: 0644]
test/CodeGen/X86/avx-movdup.ll [new file with mode: 0644]
test/CodeGen/X86/avx-splat.ll [new file with mode: 0644]
test/CodeGen/X86/avx-unpack.ll [new file with mode: 0644]