brintos

brintos / llvm-project-archived public Read only

0
0
Text · 610 B · 46270f7 Raw
21 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep "store i32" | count 22 3@g_139 = global i32 0           ; <ptr> [#uses=2]4 5define void @func_56(i32 %p_60) nounwind  {6entry:7        store i32 1, ptr @g_139, align 48        %tmp1 = icmp ne i32 %p_60, 0            ; <i1> [#uses=1]9        %tmp12 = zext i1 %tmp1 to i8            ; <i8> [#uses=1]10        %toBool = icmp ne i8 %tmp12, 0          ; <i1> [#uses=1]11        br i1 %toBool, label %bb, label %return12 13bb:             ; preds = %bb, %entry14        store i32 1, ptr @g_139, align 415        br label %bb16 17return:         ; preds = %entry18        ret void19}20 21