From c66ea0fc12046ee1b74b3cbab3571b77dc5d287d 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. llvm-svn: 218800 --- llvm/test/CodeGen/X86/{avx-sext.ll => vector-sext.ll} | 0 llvm/test/CodeGen/X86/{avx-zext.ll => vector-zext.ll} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/CodeGen/X86/{avx-sext.ll => vector-sext.ll} (100%) rename llvm/test/CodeGen/X86/{avx-zext.ll => vector-zext.ll} (100%) diff --git a/llvm/test/CodeGen/X86/avx-sext.ll b/llvm/test/CodeGen/X86/vector-sext.ll similarity index 100% rename from llvm/test/CodeGen/X86/avx-sext.ll rename to 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 similarity index 100% rename from llvm/test/CodeGen/X86/avx-zext.ll rename to llvm/test/CodeGen/X86/vector-zext.ll