-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-commit: test PR69840 #29
Conversation
baseline: llvm/llvm-project@4b69689 |
%cmp68.inv = icmp slt i32 %subimage.addr.0, 1 | ||
%narrow = select i1 %cmp68.inv, i32 1, i32 %sub1.i | ||
%cond = zext nneg i32 %narrow to i64 | ||
%cond = zext i32 %narrow to i64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression?
@@ -4600,10 +4600,14 @@ do.end.i: ; preds = %do.cond.i | |||
%10 = bitcast <4 x i1> %9 to i4 | |||
%.not = icmp eq i4 %10, 0 | |||
%spec.store.select.i.i = select i1 %.not, i32 %sub.i, i32 -95 | |||
%cmp8.i = icmp eq i32 %spec.store.select.i.i, -95 | |||
br i1 %cmp8.i, label %if.then9.i, label %handle_aiocb_write_zeroes_block.exit | |||
switch i32 %6, label %handle_aiocb_write_zeroes_block.exit [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression.
@@ -8004,18 +8004,19 @@ while.body.i: ; preds = %if.end140.i, %while | |||
br i1 %cmp14.i, label %for.cond.preheader.i, label %if.else.i | |||
|
|||
for.cond.preheader.i: ; preds = %while.body.i | |||
%div.lhs.trunc.i = trunc i32 %conv11.i to i16 | |||
%div163.i = sdiv i16 %div.lhs.trunc.i, 8 | |||
%conv18.i = sext i16 %div163.i to i64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression?
296115f
to
7225cd8
Compare
PR Link: llvm/llvm-project#69840