You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
426 B
12 lines
426 B
; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
|
|
|
|
define i32 @MTConcat([3 x i32]* %a.1) {
|
|
%tmp.961 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
|
|
%tmp.97 = load i32, i32* %tmp.961
|
|
%tmp.119 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 1, i64 0
|
|
%tmp.120 = load i32, i32* %tmp.119
|
|
%tmp.1541 = getelementptr [3 x i32], [3 x i32]* %a.1, i64 0, i64 4
|
|
%tmp.155 = load i32, i32* %tmp.1541
|
|
ret i32 0
|
|
}
|