[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / polly / test / CodeGen / phi_in_exit_early_lnt_failure_2.ll
blob01dd450590d961664517e28fca3fb45c80203edc
1 ; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s
3 ; This caused an lnt crash at some point, just verify it will run through and
4 ; produce the PHI node in the exit we are looking for.
6 ; CHECK:       %eps1.addr.0.s2a = alloca double
7 ; CHECK-NOT:   %eps1.addr.0.ph.s2a = alloca double
9 ; CHECK-LABEL: polly.merge_new_and_old:
10 ; CHECK:          %eps1.addr.0.ph.merge = phi double [ %eps1.addr.0.ph.final_reload, %polly.exiting ], [ %eps1.addr.0.ph, %if.end.47.region_exiting ]
12 ; CHECK-LABEL: polly.start:
13 ; CHECK-NEXT:    store double %eps1, ptr %eps1.s2a
15 ; CHECK-LABEL: polly.exiting:
16 ; CHECK-NEXT:     %eps1.addr.0.ph.final_reload = load double, ptr %eps1.addr.0.s2a
18 define void @dbisect(ptr %c, ptr %b, double %eps1, ptr %eps2) {
19 entry:
20   br label %entry.split
22 entry.split:                                      ; preds = %entry
23   store double 0.000000e+00, ptr %b, align 8
24   br i1 false, label %for.inc, label %for.end
26 if.end:                                           ; preds = %if.then, %for.body
27   %0 = load double, ptr %c, align 8
28   br label %for.inc
30 for.inc:                                          ; preds = %if.then.36, %if.end
31   br i1 false, label %if.end, label %for.cond.for.end_crit_edge
33 for.cond.for.end_crit_edge:                       ; preds = %for.inc
34   br label %for.end
36 for.end:                                          ; preds = %for.cond.for.end_crit_edge, %entry.split
37   %cmp45 = fcmp ugt double %eps1, 0.000000e+00
38   br i1 %cmp45, label %if.end.47, label %if.then.46
40 if.then.46:                                       ; preds = %for.end
41   %1 = load double, ptr %eps2, align 8
42   br label %if.end.47
44 if.end.47:                                        ; preds = %if.then.46, %for.end
45   %eps1.addr.0 = phi double [ %1, %if.then.46 ], [ %eps1, %for.end ]
46   ret void