summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll
diff options
context:
space:
mode:
authorPaul Redmond <paul.redmond@intel.com>2012-12-11 00:36:43 +0000
committerPaul Redmond <paul.redmond@intel.com>2012-12-11 00:36:43 +0000
commitc4550d49676b199f37cfbdf845a723dbd0b10370 (patch)
treebad6c5251619f9dc46ff42643e738106c824c9e5 /llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll
parentdf4dd92389d4c6e469870cfc7112e5cbb2def89d (diff)
downloadbcm5719-llvm-c4550d49676b199f37cfbdf845a723dbd0b10370.tar.gz
bcm5719-llvm-c4550d49676b199f37cfbdf845a723dbd0b10370.zip
move X86-specific test
This test case uses -mcpu=corei7 so it belongs in CodeGen/X86 Reviewed by: Nadav llvm-svn: 169801
Diffstat (limited to 'llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll')
-rw-r--r--llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll b/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll
deleted file mode 100644
index 6591c64d871..00000000000
--- a/llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -mcpu=corei7 < %s
-; We don't care about the output, just that it doesn't crash
-
-define <1 x i1> @buildvec_promote() {
- %cmp = icmp ule <1 x i32> undef, undef
- %sel = select i1 undef, <1 x i1> undef, <1 x i1> %cmp
- ret <1 x i1> %sel
-}
OpenPOWER on IntegriCloud