File: 2011-03-08-Sched-crash.ll

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (56 lines) | stat: -rw-r--r-- 2,087 bytes parent folder | download | duplicates (26)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
; RUN: llc < %s
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
target triple = "i386-apple-darwin9.0.0"

%0 = type { i32, i1 }

declare %0 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone

define linkonce_odr hidden void @_ZN2js5QueueINS_7SlotMap8SlotInfoEE6ensureEj(i8* nocapture %this, i32 %size) nounwind align 2 {
  br i1 undef, label %14, label %1

; <label>:1                                       ; preds = %0
  br i1 undef, label %2, label %3

; <label>:2                                       ; preds = %1
  br label %3

; <label>:3                                       ; preds = %2, %1
  br i1 undef, label %13, label %4

; <label>:4                                       ; preds = %3
  %5 = tail call %0 @llvm.umul.with.overflow.i32(i32 undef, i32 16)
  %6 = extractvalue %0 %5, 1
  %7 = extractvalue %0 %5, 0
  %.op = add i32 %7, 7
  %.op.op = and i32 %.op, -8
  %8 = select i1 %6, i32 0, i32 %.op.op
  br i1 undef, label %10, label %9

; <label>:9                                       ; preds = %4
  br label %_ZnamRN7nanojit9AllocatorE.exit

; <label>:10                                      ; preds = %4
  %11 = tail call i8* @_ZN7nanojit9Allocator9allocSlowEmb(i8* undef, i32 %8, i1 zeroext false) nounwind
  br label %_ZnamRN7nanojit9AllocatorE.exit

_ZnamRN7nanojit9AllocatorE.exit:                  ; preds = %10, %9
  br i1 false, label %._crit_edge, label %.lr.ph

.lr.ph:                                           ; preds = %_ZnamRN7nanojit9AllocatorE.exit
  br label %12

; <label>:12                                      ; preds = %12, %.lr.ph
  br i1 undef, label %._crit_edge, label %12

._crit_edge:                                      ; preds = %12, %_ZnamRN7nanojit9AllocatorE.exit
  br label %14

; <label>:13                                      ; preds = %3
  br label %14

; <label>:14                                      ; preds = %13, %._crit_edge, %0
  ret void
}

declare i8* @_ZN7nanojit9Allocator9allocSlowEmb(i8*, i32, i1 zeroext)