[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / test / CodeGen / 20120403-RHS-type-mismatch.ll
blob1d629e3884520fad65bea289c6df494fa1b8fb4f
1 ; RUN: opt %loadPolly -polly-codegen < %s
3 ; We just check that this compilation does not crash.
5 target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-a0:0-n32"
7 define void @init() nounwind {
8 entry:
9   %hi.129.reg2mem = alloca i64
10   br label %for.body
12 for.cond5.preheader:                              ; preds = %for.body
13   br label %for.body7
15 for.body:                                         ; preds = %for.body, %entry
16   br i1 undef, label %for.body, label %for.cond5.preheader
18 for.body7:                                        ; preds = %for.body7, %for.cond5.preheader
19   %i.128 = phi i64 [ 0, %for.cond5.preheader ], [ %inc07, %for.body7 ]
20   %inc07 = add nsw i64 %i.128, 1
21   store i64 undef, ptr %hi.129.reg2mem
22   br i1 false, label %for.body7, label %for.end18
24 for.end18:                                        ; preds = %for.body7
25   ret void