11 lines · plain
1; RUN: opt < %s -aa-pipeline=basic-aa -passes=aa-eval -disable-output 2>/dev/null2 3%struct..RefPoint = type { i32, { i32, i8, i8 } }4%struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }5 6define i32 @BMT_CommitPartDrawObj() {7 %tmp.19111 = getelementptr %struct..RefRect, ptr null, i64 0, i32 0, i32 1, i32 28 %tmp.20311 = getelementptr %struct..RefRect, ptr null, i64 0, i32 1, i32 1, i32 29 ret i32 010}11