Mercurial > hg > CbC > CbC_llvm
diff polly/test/ScopInfo/assume_gep_bounds.ll @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line diff
--- a/polly/test/ScopInfo/assume_gep_bounds.ll Wed Nov 09 17:47:54 2022 +0900 +++ b/polly/test/ScopInfo/assume_gep_bounds.ll Fri Aug 18 09:04:13 2023 +0900 @@ -25,7 +25,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -define void @foo([20 x [30 x float]]* %A, i64 %n, i64 %m, i64 %p) { +define void @foo(ptr %A, i64 %n, i64 %m, i64 %p) { entry: br label %for.cond @@ -54,8 +54,8 @@ %add = add nsw i64 %i.0, %j.0 %add7 = add nsw i64 %add, %k.0 %conv = sitofp i64 %add7 to float - %arrayidx9 = getelementptr inbounds [20 x [30 x float]], [20 x [30 x float]]* %A, i64 %i.0, i64 %j.0, i64 %k.0 - store float %conv, float* %arrayidx9, align 4 + %arrayidx9 = getelementptr inbounds [20 x [30 x float]], ptr %A, i64 %i.0, i64 %j.0, i64 %k.0 + store float %conv, ptr %arrayidx9, align 4 br label %for.inc for.inc: ; preds = %for.body6