File: pr10475.ll

package info (click to toggle)
llvm-toolchain-7 1%3A7.0.1-8%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 734,616 kB
  • sloc: cpp: 3,776,926; ansic: 633,271; asm: 350,301; python: 142,716; objc: 107,612; sh: 22,626; lisp: 11,056; perl: 7,999; pascal: 6,742; ml: 5,537; awk: 3,536; makefile: 2,557; cs: 2,027; xml: 841; javascript: 518; ruby: 156
file content (30 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; RUN: llc < %s -mtriple=x86_64-pc-linux -mcpu=corei7-avx

; No check in a crash test

define void @autogen_262380_1000() {
BB:
  br label %CF79

CF79:                                             ; preds = %CF79, %BB
  br i1 undef, label %CF79, label %CF84.critedge.critedge

CF84.critedge.critedge:                           ; preds = %CF79
  %L35 = load <8 x i32>, <8 x i32>* undef
  br label %CF85

CF85:                                             ; preds = %CF85, %CF84.critedge.critedge
  br i1 undef, label %CF85, label %CF86

CF86:                                             ; preds = %CF86, %CF85
  %B61 = sub <8 x i32> %L35, zeroinitializer
  %S64 = icmp ne <8 x i32> %B61, zeroinitializer
  %E73 = extractelement <8 x i1> %S64, i32 6
  br i1 %E73, label %CF86, label %CF87

CF87:                                             ; preds = %CF87, %CF86
  br i1 undef, label %CF87, label %CF88

CF88:                                             ; preds = %CF87
  ret void
}