From ccee7a87e09c50120246f28c6ab67ac03103f92c Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 1 Oct 2014 20:52:55 +0000 Subject: [PATCH] [x86] Move the AVX blend test to a generic name. I'm going to fold other blend tests into this one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218813 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/{avx-blend.ll => vector-blend.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/X86/{avx-blend.ll => vector-blend.ll} (100%) diff --git a/test/CodeGen/X86/avx-blend.ll b/test/CodeGen/X86/vector-blend.ll similarity index 100% rename from test/CodeGen/X86/avx-blend.ll rename to test/CodeGen/X86/vector-blend.ll -- 2.34.1