brintos

brintos / llvm-project-archived public Read only

0
0
Text · 805 B · d4d0308 Raw
22 lines · plain
1; RUN: opt < %s -aa-pipeline=basic-aa -passes=licm -disable-output2	%struct..apr_array_header_t = type { ptr, i32, i32, i32, ptr }3	%struct..apr_table_t = type { %struct..apr_array_header_t, i32, [32 x i32], [32 x i32] }4 5define void @table_reindex(ptr %t.1) {		; No predecessors!6	br label %loopentry7 8loopentry:		; preds = %0, %no_exit9	%tmp.101 = getelementptr %struct..apr_table_t, ptr %t.1, i64 0, i32 0, i32 210	%tmp.11 = load i32, ptr %tmp.101		; <i32> [#uses=0]11	br i1 false, label %no_exit, label %UnifiedExitNode12 13no_exit:		; preds = %loopentry14	%tmp.25 = sext i32 0 to i64		; <i64> [#uses=1]15	%tmp.261 = getelementptr %struct..apr_table_t, ptr %t.1, i64 0, i32 3, i64 %tmp.25		; <ptr> [#uses=1]16	store i32 0, ptr %tmp.26117	br label %loopentry18 19UnifiedExitNode:		; preds = %loopentry20	ret void21}22