[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / test / CodeGen / only_non_affine_error_region.ll
blobb2ad1c1fe3fd94041cb228f9311179624892c9fe
1 ; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s
3 ; CHECK-NOT: polly.start
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
7 ; Function Attrs: nounwind uwtable
8 define void @f(i32 %argc, ptr %A) #0 {
9 entry:
10   br i1 undef, label %for.end, label %for.body
12 for.body:                                         ; preds = %entry
13   br label %for.end
15 for.end:                                          ; preds = %for.body, %entry
16   %i.2 = phi i32 [ 1, %entry ], [ 2, %for.body ]
17   %cmp170 = icmp eq i32 %i.2, %argc
18   br i1 %cmp170, label %if.then172, label %if.end174
20 if.then172:                                       ; preds = %for.end
21   %0 = load i32, ptr %A
22   tail call void @usage()
23   br label %if.end174
25 if.end174:                                        ; preds = %if.then172, %for.end
26   %idxprom175 = sext i32 %i.2 to i64
27   ret void
30 ; Function Attrs: nounwind uwtable
31 declare void @usage()