-
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: PR116888 #1770
base: main
Are you sure you want to change the base?
pre-commit: PR116888 #1770
Conversation
runner: buildkitsandbox
be9071a pre-commit: Update |
@@ -9365,7 +9366,8 @@ while.body: ; preds = %entry, %while.body | |||
br i1 %cmp2.not, label %while.end, label %while.body, !llvm.loop !46 | |||
|
|||
while.end: ; preds = %while.body | |||
%spec.select = tail call i32 @llvm.umin.i32(i32 %i.06, i32 15) | |||
%0 = tail call i32 @llvm.umin.i32(i32 %inc, i32 16) | |||
%spec.select = add nsw i32 %0, -1 |
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.
/add-label reviewed,regression |
Link: llvm/llvm-project#116888
Requested by: @dtcxzyw