brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1022 B · 58e5ccd Raw
31 lines · plain
1; RUN: opt %loadNPMPolly '-passes=polly-custom<scops>' -polly-print-scops -disable-output < %s2;3; Regression test that triggered a memory leak at some point (24947).4;5define void @snrm2() {6entry:7  br label %for.body.56.lr.ph8 9for.body.56.lr.ph:                                ; preds = %entry10  br label %for.body.5611 12for.body.56:                                      ; preds = %for.inc.106, %for.body.56.lr.ph13  br label %if.end.7314 15if.end.73:                                        ; preds = %for.body.5616  %cmp82 = fcmp ogt float undef, undef17  br i1 %cmp82, label %if.then.84, label %if.end.10018 19if.then.84:                                       ; preds = %if.end.7320  br label %for.inc.10621 22if.end.100:                                       ; preds = %if.end.7323  br label %for.inc.10624 25for.inc.106:                                      ; preds = %if.end.100, %if.then.8426  br i1 undef, label %for.body.56, label %for.end.11027 28for.end.110:                                      ; preds = %for.inc.10629  ret void30}31