diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ctrloop-udivti3.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/ctrloop-udivti3.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/ctrloop-udivti3.ll b/test/CodeGen/PowerPC/ctrloop-udivti3.ll index d07a11fe60fb..e3f6838d0670 100644 --- a/test/CodeGen/PowerPC/ctrloop-udivti3.ll +++ b/test/CodeGen/PowerPC/ctrloop-udivti3.ll @@ -13,8 +13,9 @@ for.body.lr.ph: ; preds = %entry for.body: ; preds = %for.body, %for.body.lr.ph %i.018.in = phi i64 [ %n, %for.body.lr.ph ], [ %i.018, %for.body ] %i.018 = add i64 %i.018.in, -1 - %add.i = or i128 undef, undef - %div.i = udiv i128 %add.i, 0 + %jj = sext i64 %i.018 to i128 + %add.i = or i128 %jj, undef + %div.i = udiv i128 %add.i, %jj %conv3.i11 = trunc i128 %div.i to i64 store i64 %conv3.i11, i64* undef, align 8 %cmp = icmp eq i64 %i.018, 0 |
