Mercurial > hg > CbC > CbC_llvm
diff polly/test/ForwardOpTree/noforward_from_region.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/ForwardOpTree/noforward_from_region.ll Wed Nov 09 17:47:54 2022 +0900 +++ b/polly/test/ForwardOpTree/noforward_from_region.ll Fri Aug 18 09:04:13 2023 +0900 @@ -17,7 +17,7 @@ ; A[0] = val; ; } ; -define void @func(i32 %n, double* noalias nonnull %A) { +define void @func(i32 %n, ptr noalias nonnull %A) { entry: br label %for @@ -27,16 +27,16 @@ br i1 %j.cmp, label %bodyA, label %exit bodyA: - %val = load double, double* %A + %val = load double, ptr %A %cond = fcmp oeq double 21.0, 21.0 br i1 %cond, label %bodyA_true, label %bodyB bodyA_true: - store double 42.0, double* %A + store double 42.0, ptr %A br label %bodyB bodyB: - store double %val, double* %A + store double %val, ptr %A br label %bodyB_exit bodyB_exit: