Lines Matching +full:500 +full:s
1 ; RUN: opt < %s -basicaa -loop-interchange -S | FileCheck %s
3 @A = common global [500 x [500 x i32]] zeroinitializer
5 @B = common global [500 x [500 x i32]] zeroinitializer
25 …%arrayidx5 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @A, i64 0, i64 %indv…
79 …%arrayidx8 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @A, i64 0, i64 %indv…
82 …%arrayidx12 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @B, i64 0, i64 %ind…
143 …%arrayidx8 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @A, i64 0, i64 %indv…
153 …%arrayidx12 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @B, i64 0, i64 %ind…
172 ;; Not interchanged hence the phi's in the inner loop will not be split. Check for the same.
206 …%arrayidx8 = getelementptr inbounds [500 x [500 x i32]], [500 x [500 x i32]]* @A, i64 0, i64 %indv…
231 ;; Not interchanged hence the phi's in the inner loop will not be split. Check for the same.