fixed to test only the feature, not the feature and a CPU
[oota-llvm.git] / test / CodeGen / X86 / pr10475.ll
1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mcpu=corei7-avx
2
3 ; No check in a crash test
4
5 define void @autogen_262380_1000() {
6 BB:
7   br label %CF79
8
9 CF79:                                             ; preds = %CF79, %BB
10   br i1 undef, label %CF79, label %CF84.critedge.critedge
11
12 CF84.critedge.critedge:                           ; preds = %CF79
13   %L35 = load <8 x i32>, <8 x i32>* undef
14   br label %CF85
15
16 CF85:                                             ; preds = %CF85, %CF84.critedge.critedge
17   br i1 undef, label %CF85, label %CF86
18
19 CF86:                                             ; preds = %CF86, %CF85
20   %B61 = sub <8 x i32> %L35, zeroinitializer
21   %S64 = icmp ne <8 x i32> %B61, zeroinitializer
22   %E73 = extractelement <8 x i1> %S64, i32 6
23   br i1 %E73, label %CF86, label %CF87
24
25 CF87:                                             ; preds = %CF87, %CF86
26   br i1 undef, label %CF87, label %CF88
27
28 CF88:                                             ; preds = %CF87
29   ret void
30 }