Mercurial > hg > CbC > CbC_llvm
comparison test/Transforms/IndVarSimplify/loop_evaluate8.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: opt < %s -indvars -S | not grep select | 1 ; RUN: opt < %s -indvars -S | FileCheck %s |
2 | 2 |
3 ; This loop has backedge-taken-count zero. Indvars shouldn't expand any | 3 ; This loop has backedge-taken-count zero. Indvars shouldn't expand any |
4 ; instructions to compute a trip count. | 4 ; instructions to compute a trip count. |
5 | 5 |
6 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" | 6 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" |
7 target triple = "i386-pc-linux-gnu" | 7 target triple = "i386-pc-linux-gnu" |
8 | 8 |
9 define i8* @string_expandtabs() nounwind { | 9 define i8* @string_expandtabs() nounwind { |
10 ; CHECK-LABEL: @string_expandtabs( | |
11 ; CHECK-NOT: select | |
10 entry: | 12 entry: |
11 br i1 undef, label %bb33, label %bb1 | 13 br i1 undef, label %bb33, label %bb1 |
12 | 14 |
13 bb1: ; preds = %entry | 15 bb1: ; preds = %entry |
14 br i1 undef, label %overflow1, label %bb15 | 16 br i1 undef, label %overflow1, label %bb15 |