diff polly/test/ScopInfo/user_provided_assumptions-in-bb-signed.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/user_provided_assumptions-in-bb-signed.ll	Wed Nov 09 17:47:54 2022 +0900
+++ b/polly/test/ScopInfo/user_provided_assumptions-in-bb-signed.ll	Fri Aug 18 09:04:13 2023 +0900
@@ -14,7 +14,7 @@
 @0 = private unnamed_addr constant { i16, i16, [14 x i8] } { i16 -1, i16 0, [14 x i8] c"'float [100]'\00" }
 @1 = private unnamed_addr constant { i16, i16, [7 x i8] } { i16 0, i16 13, [7 x i8] c"'long'\00" }
 
-define void @foo([100 x float]* %A, i64 %n) {
+define void @foo(ptr %A, i64 %n) {
 entry:
   br label %for.cond
 
@@ -26,8 +26,8 @@
 for.body:                                         ; preds = %for.cond
   %tmp = icmp slt i64 %i.0, 100
   call void @llvm.assume(i1 %tmp)
-  %arrayidx1 = getelementptr inbounds [100 x float], [100 x float]* %A, i64 42, i64 %i.0
-  store float 4.200000e+01, float* %arrayidx1, align 4
+  %arrayidx1 = getelementptr inbounds [100 x float], ptr %A, i64 42, i64 %i.0
+  store float 4.200000e+01, ptr %arrayidx1, align 4
   br label %for.inc
 
 for.inc:                                          ; preds = %for.body