reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
; RUN: opt %loadPolly -polly-scops -analyze < %s
;
; Regression test that triggered a memory leak at some point (24947).
;
define void @snrm2() {
entry:
  br label %for.body.56.lr.ph

for.body.56.lr.ph:                                ; preds = %entry
  br label %for.body.56

for.body.56:                                      ; preds = %for.inc.106, %for.body.56.lr.ph
  br label %if.end.73

if.end.73:                                        ; preds = %for.body.56
  %cmp82 = fcmp ogt float undef, undef
  br i1 %cmp82, label %if.then.84, label %if.end.100

if.then.84:                                       ; preds = %if.end.73
  br label %for.inc.106

if.end.100:                                       ; preds = %if.end.73
  br label %for.inc.106

for.inc.106:                                      ; preds = %if.end.100, %if.then.84
  br i1 undef, label %for.body.56, label %for.end.110

for.end.110:                                      ; preds = %for.inc.106
  ret void
}