2003-05-21-GEP-Problem.ll 843 B

123456789101112131415161718192021
  1. ; RUN: opt < %s -basicaa -licm -disable-output
  2. %struct..apr_array_header_t = type { i32*, i32, i32, i32, i8* }
  3. %struct..apr_table_t = type { %struct..apr_array_header_t, i32, [32 x i32], [32 x i32] }
  4. define void @table_reindex(%struct..apr_table_t* %t.1) { ; No predecessors!
  5. br label %loopentry
  6. loopentry: ; preds = %0, %no_exit
  7. %tmp.101 = getelementptr %struct..apr_table_t, %struct..apr_table_t* %t.1, i64 0, i32 0, i32 2
  8. %tmp.11 = load i32, i32* %tmp.101 ; <i32> [#uses=0]
  9. br i1 false, label %no_exit, label %UnifiedExitNode
  10. no_exit: ; preds = %loopentry
  11. %tmp.25 = sext i32 0 to i64 ; <i64> [#uses=1]
  12. %tmp.261 = getelementptr %struct..apr_table_t, %struct..apr_table_t* %t.1, i64 0, i32 3, i64 %tmp.25 ; <i32*> [#uses=1]
  13. store i32 0, i32* %tmp.261
  14. br label %loopentry
  15. UnifiedExitNode: ; preds = %loopentry
  16. ret void
  17. }