From edc47287e1c6e8bf936cee88742d71da8bdbd1b2 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 1 Oct 2014 20:30:30 +0000 Subject: [PATCH] [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 => vector-sext.ll} | 0 test/CodeGen/X86/{avx-zext.ll => vector-zext.ll} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/X86/{avx-sext.ll => vector-sext.ll} (100%) rename test/CodeGen/X86/{avx-zext.ll => vector-zext.ll} (100%) diff --git a/test/CodeGen/X86/avx-sext.ll b/test/CodeGen/X86/vector-sext.ll similarity index 100% rename from test/CodeGen/X86/avx-sext.ll rename to test/CodeGen/X86/vector-sext.ll diff --git a/test/CodeGen/X86/avx-zext.ll b/test/CodeGen/X86/vector-zext.ll similarity index 100% rename from test/CodeGen/X86/avx-zext.ll rename to test/CodeGen/X86/vector-zext.ll -- 2.34.1