[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / test / ScopInfo / Alias-3.ll
blob5e9b94e692bcc9f21eecc6e25e14bfd924eea1bd
1 ; RUN: opt %loadPolly -polly-print-scops -disable-output < %s -stats 2>&1 | FileCheck %s --check-prefix=RTA
2 ; RUN: opt %loadPolly -polly-print-scops -polly-use-runtime-alias-checks=false -disable-output < %s -stats 2>&1 | FileCheck %s --check-prefix=NORTA
3 ; REQUIRES: asserts
5 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
7 define void @f(ptr nocapture %a, ptr nocapture %b) nounwind {
8 bb.nph:
9   br label %bb
11 bb:                                               ; preds = %bb, %bb.nph
12   %i.03 = phi i64 [ 0, %bb.nph ], [ %2, %bb ]     ; <i64> [#uses=3]
13   %scevgep = getelementptr i32, ptr %b, i64 %i.03     ; <ptr> [#uses=1]
14   %scevgep4 = getelementptr i32, ptr %a, i64 %i.03    ; <ptr> [#uses=1]
15   %0 = load i32, ptr %scevgep, align 4                ; <i32> [#uses=1]
16   %1 = add nsw i32 %0, 2                          ; <i32> [#uses=1]
17   store i32 %1, ptr %scevgep4, align 4
18   %2 = add nsw i64 %i.03, 1                       ; <i64> [#uses=2]
19   %exitcond = icmp eq i64 %2, 128                 ; <i1> [#uses=1]
20   br i1 %exitcond, label %return, label %bb
22 return:                                           ; preds = %bb
23   ret void
27 ; RTA:   1 polly-detect     - Number of scops
28 ; NORTA: 1 polly-detect     - Number of rejected regions: Base address aliasing