File: early_exit_for_complex_domains.ll

package info (click to toggle)
llvm-toolchain-13 1%3A13.0.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,418,840 kB
  • sloc: cpp: 5,290,826; ansic: 996,570; asm: 544,593; python: 188,212; objc: 72,027; lisp: 30,291; f90: 25,395; sh: 24,898; javascript: 9,780; pascal: 9,398; perl: 7,484; ml: 5,432; awk: 3,523; makefile: 2,913; xml: 953; cs: 573; fortran: 539
file content (52 lines) | stat: -rw-r--r-- 2,803 bytes parent folder | download | duplicates (8)
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
; RUN: opt %loadPolly -polly-scops -disable-output < %s
;
; Check we do not crash.
;
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

%struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064 = type { i8, i8, i16, i32, [32 x i8], [4 x i8] }

; Function Attrs: nounwind uwtable
define void @S_cl_or(%struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064* %cl, %struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064* %or_with) #0 {
entry:
  %flags = getelementptr inbounds %struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064, %struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064* %or_with, i64 0, i32 0
  %0 = load i8, i8* %flags, align 4, !tbaa !1
  %conv = zext i8 %0 to i32
  %1 = load i8, i8* undef, align 4, !tbaa !1
  br label %land.lhs.true35

land.lhs.true35:                                  ; preds = %entry
  %and38 = and i32 %conv, 2
  %tobool39 = icmp ne i32 %and38, 0
  %and42 = and i8 %1, 2
  %tobool43 = icmp eq i8 %and42, 0
  %or.cond45 = and i1 %tobool39, %tobool43
  br i1 %or.cond45, label %if.end91, label %for.body49

for.body49:                                       ; preds = %land.lhs.true35
  %2 = load i8, i8* %flags, align 4, !tbaa !1
  %and65 = and i8 %2, 8
  %tobool66 = icmp eq i8 %and65, 0
  br i1 %tobool66, label %if.end91, label %for.body71

for.body71:                                       ; preds = %for.body71, %for.body49
  %arrayidx77 = getelementptr inbounds %struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064, %struct.regnode_charclass_class.2.42.654.690.726.870.978.1770.1806.1842.2166.2274.2382.2598.2814.3030.3064* %cl, i64 0, i32 5, i64 0
  store i8 undef, i8* %arrayidx77, align 1, !tbaa !7
  br i1 false, label %for.body71, label %if.end91

if.end91:                                         ; preds = %for.body71, %for.body49, %land.lhs.true35
  ret void
}

attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }

!llvm.ident = !{!0}

!0 = !{!"clang version 3.9.0"}
!1 = !{!2, !3, i64 0}
!2 = !{!"regnode_charclass_class", !3, i64 0, !3, i64 1, !5, i64 2, !6, i64 4, !3, i64 8, !3, i64 40}
!3 = !{!"omnipotent char", !4, i64 0}
!4 = !{!"Simple C/C++ TBAA"}
!5 = !{!"short", !3, i64 0}
!6 = !{!"int", !3, i64 0}
!7 = !{!3, !3, i64 0}