Mercurial > hg > CbC > CbC_llvm
diff polly/test/ForwardOpTree/noforward_synthesizable_unknownit.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_synthesizable_unknownit.ll Wed Nov 09 17:47:54 2022 +0900 +++ b/polly/test/ForwardOpTree/noforward_synthesizable_unknownit.ll Fri Aug 18 09:04:13 2023 +0900 @@ -2,7 +2,7 @@ ; ; Do not try to forward %i.trunc, it is not synthesizable in %body. ; -define void @func(i32 %n, i32* noalias nonnull %A) { +define void @func(i32 %n, ptr noalias nonnull %A) { entry: br label %for @@ -31,7 +31,7 @@ br i1 %inner.cond, label %body, label %inner.for body: - store i32 %i.trunc, i32* %A + store i32 %i.trunc, ptr %A br label %inc