2003-06-01-AliasCrash.ll 426 B

1234567891011
  1. ; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
  2. define i32 @MTConcat([3 x i32]* %a.1) {
  3. %tmp.961 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
  4. %tmp.97 = load i32, i32* %tmp.961
  5. %tmp.119 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 1, i64 0
  6. %tmp.120 = load i32, i32* %tmp.119
  7. %tmp.1541 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
  8. %tmp.155 = load i32, i32* %tmp.1541
  9. ret i32 0
  10. }