From c4550d49676b199f37cfbdf845a723dbd0b10370 Mon Sep 17 00:00:00 2001 From: Paul Redmond Date: Tue, 11 Dec 2012 00:36:43 +0000 Subject: [PATCH] move X86-specific test This test case uses -mcpu=corei7 so it belongs in CodeGen/X86 Reviewed by: Nadav llvm-svn: 169801 --- llvm/test/CodeGen/{Generic => X86}/2012-07-15-BuildVectorPromote.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename llvm/test/CodeGen/{Generic => X86}/2012-07-15-BuildVectorPromote.ll (84%) diff --git a/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll b/llvm/test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll similarity index 84% rename from llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll rename to llvm/test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll index 6591c64..078f1b0 100644 --- a/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll +++ b/llvm/test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=corei7 < %s +; RUN: llc < %s -march=x86 -mcpu=corei7 ; We don't care about the output, just that it doesn't crash define <1 x i1> @buildvec_promote() { -- 2.7.4