diff llvm/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.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/llvm/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll	Wed Nov 09 17:47:54 2022 +0900
+++ b/llvm/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll	Fri Aug 18 09:04:13 2023 +0900
@@ -12,7 +12,7 @@
 ; CHECK-NEXT: Canonical
         %NonIndvar = phi i32 [ 200, %0 ], [ %NonIndvarNext, %Loop ]             ; <i32> [#uses=1]
         %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ]               ; <i32> [#uses=2]
-        store i32 %Canonical, i32* null
+        store i32 %Canonical, ptr null
         %NonIndvarNext = sdiv i32 %NonIndvar, 2         ; <i32> [#uses=1]
         %CanonicalNext = add i32 %Canonical, 1          ; <i32> [#uses=1]
         br label %Loop