Mercurial > hg > CbC > CbC_llvm
comparison test/Transforms/IndVarSimplify/verify-scev.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
378 for.body48: ; preds = %for.inc221, %for.body.lr.ph | 378 for.body48: ; preds = %for.inc221, %for.body.lr.ph |
379 br i1 undef, label %for.inc221, label %for.body65.lr.ph | 379 br i1 undef, label %for.inc221, label %for.body65.lr.ph |
380 | 380 |
381 for.body65.lr.ph: ; preds = %for.body48 | 381 for.body65.lr.ph: ; preds = %for.body48 |
382 %0 = load i32* undef, align 4 | 382 %0 = load i32* undef, align 4 |
383 %1 = sext i32 %0 to i64 | |
383 br label %for.body65.us | 384 br label %for.body65.us |
384 | 385 |
385 for.body65.us: ; preds = %for.inc219.us, %for.body65.lr.ph | 386 for.body65.us: ; preds = %for.inc219.us, %for.body65.lr.ph |
386 %k.09.us = phi i32 [ %inc.us, %for.inc219.us ], [ 1, %for.body65.lr.ph ] | 387 %indvars.iv = phi i64 [ %indvars.iv.next, %for.inc219.us ], [ 1, %for.body65.lr.ph ] |
387 %idxprom66.us = sext i32 %k.09.us to i64 | |
388 br i1 undef, label %for.inc219.us, label %if.end72.us | 388 br i1 undef, label %for.inc219.us, label %if.end72.us |
389 | 389 |
390 if.end72.us: ; preds = %for.body65.us | 390 if.end72.us: ; preds = %for.body65.us |
391 br i1 undef, label %if.end93.us, label %if.then76.us | 391 br i1 undef, label %if.end93.us, label %if.then76.us |
392 | 392 |
404 | 404 |
405 for.cond152.us: ; preds = %for.cond152.us, %for.body142.us | 405 for.cond152.us: ; preds = %for.cond152.us, %for.body142.us |
406 br i1 undef, label %for.cond139.loopexit.us, label %for.cond152.us | 406 br i1 undef, label %for.cond139.loopexit.us, label %for.cond152.us |
407 | 407 |
408 for.inc219.us: ; preds = %for.cond139.loopexit.us, %if.end110.us, %if.end93.us, %for.body65.us | 408 for.inc219.us: ; preds = %for.cond139.loopexit.us, %if.end110.us, %if.end93.us, %for.body65.us |
409 %inc.us = add nsw i32 %k.09.us, 1 | 409 %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1 |
410 %cmp64.us = icmp sgt i32 %inc.us, %0 | 410 %cmp64.us = icmp sgt i64 %indvars.iv.next, %1 |
411 br i1 %cmp64.us, label %for.inc221, label %for.body65.us | 411 br i1 %cmp64.us, label %for.inc221, label %for.body65.us |
412 | 412 |
413 for.cond139.loopexit.us: ; preds = %for.cond152.us | 413 for.cond139.loopexit.us: ; preds = %for.cond152.us |
414 br i1 undef, label %for.inc219.us, label %for.body142.us | 414 br i1 undef, label %for.inc219.us, label %for.body142.us |
415 | 415 |