diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-10-01 20:30:30 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-10-01 20:30:30 +0000 |
| commit | c66ea0fc12046ee1b74b3cbab3571b77dc5d287d (patch) | |
| tree | 5665f2ad42192df5e05053745929465d11ad9819 /llvm/test/CodeGen | |
| parent | 011088fc4657424e4788cb0eeb1bdb4b25bd0a7d (diff) | |
| download | bcm5719-llvm-c66ea0fc12046ee1b74b3cbab3571b77dc5d287d.tar.gz bcm5719-llvm-c66ea0fc12046ee1b74b3cbab3571b77dc5d287d.zip | |
[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.
llvm-svn: 218800
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/vector-sext.ll (renamed from llvm/test/CodeGen/X86/avx-sext.ll) | 0 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/vector-zext.ll (renamed from llvm/test/CodeGen/X86/avx-zext.ll) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/avx-sext.ll b/llvm/test/CodeGen/X86/vector-sext.ll index f59fe77a138..f59fe77a138 100644 --- a/llvm/test/CodeGen/X86/avx-sext.ll +++ b/llvm/test/CodeGen/X86/vector-sext.ll diff --git a/llvm/test/CodeGen/X86/avx-zext.ll b/llvm/test/CodeGen/X86/vector-zext.ll index 880be94ba2f..880be94ba2f 100644 --- a/llvm/test/CodeGen/X86/avx-zext.ll +++ b/llvm/test/CodeGen/X86/vector-zext.ll |

