brintos

brintos / llvm-project-archived public Read only

0
0
Text · 291 B · b9bc232 Raw
16 lines · plain
1; Make sure we don't crash in LICM.2; RUN: opt %s -passes=licm -opt-bisect-limit=13 4define void @patatino() {5for.cond1:6  br label %for.body7for.body:8  br label %for.cond59for.cond5:10  br i1 true, label %if.end, label %for.end11if.end:12  br label %for.cond513for.end:14  br label %for.body15}16