1 # RUN: llc -run-pass=codegenprepare -o - %s | FileCheck %s
3 # REQUIRES: default_triple
5 # This testcase without the accompanying fix triggers the assert
6 # "Replacement PHI node is already replaced."
12 %arrayidx = getelementptr inbounds [2 x i16], ptr undef, i16 0, i16 2
19 %0 = phi ptr [ %arrayidx, %entry ], [ %10, %for.cond.loopexit ]
20 %1 = phi ptr [ %arrayidx, %entry ], [ %12, %for.cond.loopexit ]
24 %2 = phi ptr [ %1, %for.cond ], [ %12, %cleanup ]
25 %3 = phi ptr [ %0, %for.cond ], [ %11, %cleanup ]
26 %4 = phi ptr [ %0, %for.cond ], [ %10, %cleanup ]
27 br i1 undef, label %for.cond2.preheader, label %if.then
33 store i32 undef, ptr %2, align 1
37 %5 = phi ptr [ %8, %for.inc ], [ %4, %for.cond2.preheader ]
38 %6 = phi ptr [ %9, %for.inc ], [ %3, %for.cond2.preheader ]
39 %7 = phi ptr [ %9, %for.inc ], [ %2, %for.cond2.preheader ]
40 br i1 undef, label %for.inc, label %if.then5
43 br i1 true, label %cleanup.loopexit, label %if.end
49 %8 = phi ptr [ %5, %if.end ], [ undef, %for.cond2 ]
50 %9 = phi ptr [ %6, %if.end ], [ undef, %for.cond2 ]
57 %10 = phi ptr [ %4, %if.then ], [ %5, %cleanup.loopexit ]
58 %11 = phi ptr [ %3, %if.then ], [ %6, %cleanup.loopexit ]
59 %12 = phi ptr [ %2, %if.then ], [ %7, %cleanup.loopexit ]
60 br i1 true, label %for.cond.loopexit, label %for.body
65 # A check to verify that something got through.