[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 1 Oct 2014 20:30:30 +0000 (20:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 1 Oct 2014 20:30:30 +0000 (20:30 +0000)
commitedc47287e1c6e8bf936cee88742d71da8bdbd1b2
treee3d138331df5f3dad8438dd0030e53a2f90b016a
parent0f1d402ad2453c0185d064cc0377185af9256054
[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.

These tests are far and away the best sext and zext tests we have for
vectors. I'm going to merge the other similar tests into them and expand
the ISA coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218800 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx-sext.ll [deleted file]
test/CodeGen/X86/avx-zext.ll [deleted file]
test/CodeGen/X86/vector-sext.ll [new file with mode: 0644]
test/CodeGen/X86/vector-zext.ll [new file with mode: 0644]