Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
[oota-llvm.git] / test / CodeGen / Blackfin / 2009-08-15-SetCC-Undef.ll
1 ; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
2 ; XFAIL: *
3
4 ; An undef argument causes a setugt node to escape instruction selection.
5
6 define void @bugt() {
7 cond_next305:
8   %tmp306307 = trunc i32 undef to i8              ; <i8> [#uses=1]
9   %tmp308 = icmp ugt i8 %tmp306307, 6             ; <i1> [#uses=1]
10   br i1 %tmp308, label %bb311, label %bb314
11
12 bb311:                                            ; preds = %cond_next305
13   unreachable
14
15 bb314:                                            ; preds = %cond_next305
16   ret void
17 }