Mercurial > hg > CbC > CbC_llvm
diff polly/test/ScopInfo/phi_conditional_simple_1.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/phi_conditional_simple_1.ll Wed Nov 09 17:47:54 2022 +0900 +++ b/polly/test/ScopInfo/phi_conditional_simple_1.ll Fri Aug 18 09:04:13 2023 +0900 @@ -32,7 +32,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -define void @jd(i32* %A, i32 %c) { +define void @jd(ptr %A, i32 %c) { entry: br label %for.cond @@ -53,8 +53,8 @@ if.end: ; preds = %if.else, %if.then %phi = phi i32 [ 1, %if.then], [ 2, %if.else ] - %arrayidx = getelementptr inbounds i32, i32* %A, i64 %indvars.iv - store i32 %phi, i32* %arrayidx, align 4 + %arrayidx = getelementptr inbounds i32, ptr %A, i64 %indvars.iv + store i32 %phi, ptr %arrayidx, align 4 br label %for.inc for.inc: ; preds = %if.end