diff options
| author | Paul Redmond <paul.redmond@intel.com> | 2012-12-11 00:36:43 +0000 |
|---|---|---|
| committer | Paul Redmond <paul.redmond@intel.com> | 2012-12-11 00:36:43 +0000 |
| commit | c4550d49676b199f37cfbdf845a723dbd0b10370 (patch) | |
| tree | bad6c5251619f9dc46ff42643e738106c824c9e5 /llvm/test/CodeGen/Generic/2012-07-15-BuildVectorPromote.ll | |
| parent | df4dd92389d4c6e469870cfc7112e5cbb2def89d (diff) | |
| download | bcm5719-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.ll | 8 |
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 -} |

