From fde20fa567356a55258d8623c5ca98db4867cbd5 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 --- test/CodeGen/{Generic => X86}/2012-07-15-BuildVectorPromote.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/CodeGen/{Generic => X86}/2012-07-15-BuildVectorPromote.ll (84%) diff --git a/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll b/test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll similarity index 84% rename from test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll rename to test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll index 6591c64d871..078f1b05c3f 100644 --- a/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll +++ b/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() {