• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -mtriple=x86_64-pc-linux -mcpu=corei7-avx
2
3; No check in a crash test
4
5define void @autogen_262380_1000() {
6BB:
7  br label %CF79
8
9CF79:                                             ; preds = %CF79, %BB
10  br i1 undef, label %CF79, label %CF84.critedge.critedge
11
12CF84.critedge.critedge:                           ; preds = %CF79
13  %L35 = load <8 x i32>* undef
14  br label %CF85
15
16CF85:                                             ; preds = %CF85, %CF84.critedge.critedge
17  br i1 undef, label %CF85, label %CF86
18
19CF86:                                             ; 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
25CF87:                                             ; preds = %CF87, %CF86
26  br i1 undef, label %CF87, label %CF88
27
28CF88:                                             ; preds = %CF87
29  ret void
30}
31