-
Notifications
You must be signed in to change notification settings - Fork 5
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 PR88183 #491
Conversation
baseline: llvm/llvm-project@e248f0d |
@@ -14165,11 +14165,12 @@ if.end22: ; preds = %if.end18 | |||
%or11.i.i = or i8 %or8.i.i, %46 | |||
%or12.i.i = or i8 %or11.i.i, %cond10.i.i | |||
store i8 %or12.i.i, ptr @malloc_slow_flags, align 1 | |||
%cmp.i.i62 = icmp ne i8 %or12.i.i, 0 | |||
%47 = icmp ne i8 %or11.i.i, 0 | |||
%cmp.i.i62 = or i1 %47, %tobool9.i.i |
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.
%or.cond.i.i = select i1 %cmp4.i.i, i1 true, i1 %cmp9.not.i.i | ||
%10 = or i8 %bf.clear.i11, %bf.clear.i8 | ||
%cmp9.not.not.not.i.i = icmp eq i8 %10, 0 | ||
%or.cond.i.i = or i1 %cmp9.not.not.not.i.i, %cmp4.i.i |
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.
%12 = tail call i32 (ptr, ...) @errmsg(ptr noundef nonnull @.str, i32 noundef %1) #9 | ||
%8 = or disjoint i32 %7, %5 | ||
%9 = icmp eq i32 %8, 0 | ||
br i1 %9, label %10, label %14 |
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.
@@ -964,39 +964,40 @@ for.body: ; preds = %for.body.lr.ph, %fo | |||
br i1 %exitcond.not, label %for.end, label %for.body, !llvm.loop !9 | |||
|
|||
for.end: ; preds = %for.body | |||
%cmp20.not = icmp eq i32 %status.1, 0 | |||
%5 = icmp eq i32 %status.025, 0 | |||
%cmp20.not = and i1 %5, %tobool.not |
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.
PR Link: llvm/llvm-project#88183