-
Notifications
You must be signed in to change notification settings - Fork 1
/
23634c229db7145a20586b9a60dae329147c7175.ll
42 lines (36 loc) · 1.33 KB
/
23634c229db7145a20586b9a60dae329147c7175.ll
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
; RUN: opt -gvn -S < %s
; XFAIL: *
define void @f(i1* %G2, i1 %L5) {
BB:
%A1 = alloca i1, align 1
%B = xor i1 true, false
store i1 true, i1* %A1, align 1
%G6 = getelementptr i1, i1* %A1, i1 %B
br label %BB1
BB1: ; preds = %BB5, %BB1, %BB
%G1 = getelementptr i1, i1* %A1, i1 false
%L51 = load i1, i1* %G1, align 1
%G22 = getelementptr i1, i1* %G1, i1 %L51
%B6 = ashr i1 false, false
%L1 = load i1, i1* %G22, align 1
%G5 = getelementptr i1, i1* %G1, i1 %B6
%G3 = getelementptr i1, i1* %G2, i1 %L1
store i1 true, i1* %G5, align 1
br i1 undef, label %BB1, label %BB4
BB4: ; preds = %BB7, %BB4, %BB1
%G = getelementptr i1, i1* %G1, i1 %B6
%L8 = load i1, i1* %G, align 1
%G13 = getelementptr i1, i1* %G, i1 %L8
%L13 = load i1, i1* %G13, align 1
%C15 = icmp ne i1 false, %L13
br i1 false, label %BB4, label %BB7
BB7: ; preds = %BB4
%G4 = getelementptr i1, i1* %G22, i1 %L5
%G12 = getelementptr i1, i1* %G4, i1 undef
store i1 false, i1* %G12, align 1
br i1 false, label %BB4, label %BB5
BB5: ; preds = %BB7
br i1 false, label %BB1, label %BB2
BB2: ; preds = %BB2, %BB5
br label %BB2
}