-
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: PR112742 #1520
base: main
Are you sure you want to change the base?
pre-commit: PR112742 #1520
Conversation
runner: buildkitsandbox
f40c8b3 pre-commit: Update |
@@ -188,13 +187,12 @@ do.body.i: ; preds = %do.body.preheader.i | |||
br i1 %cmp.i23.i, label %if.then.i.i, label %if.else.i24.i | |||
|
|||
if.then.i.i: ; preds = %do.body.i | |||
%conv.i29.i = sext i32 %reader.sroa.13.0.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.
would expect nneg
here no?
br i1 %17, label %24, label %18 | ||
%17 = icmp slt i64 %14, 0 | ||
%18 = icmp samesign ugt i64 %14, %spec.select | ||
%or.cond = select i1 %17, i1 true, i1 %18 |
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.
Missing fold
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.
Maybe the poison generating flag?
https://godbolt.org/z/Wj49jnW5T
Link: llvm/llvm-project#112742
Requested by: @dtcxzyw