-
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 PR85863 #429
Conversation
baseline: llvm/llvm-project@3ff67d8 |
baseline: llvm/llvm-project@fa6e433 |
@@ -90,6 +90,8 @@ define internal fastcc noundef i64 @FSE_buildDTable_internal(ptr nocapture nound | |||
%43 = add nuw nsw i32 %42, 3 | |||
%44 = add nuw nsw i32 %43, %40 | |||
%45 = zext nneg i32 %44 to i64 | |||
%umax174 = tail call i32 @llvm.umax.i32(i32 %11, i32 1) | |||
%wide.trip.count175 = zext nneg i32 %umax174 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.
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.
@@ -94,6 +94,8 @@ for.body61.preheader: ; preds = %for.end | |||
%add53 = add nuw nsw i32 %shr52, 3 | |||
%add54 = add nuw nsw i32 %add53, %shr | |||
%conv55 = zext nneg i32 %add54 to i64 | |||
%umax114 = tail call i32 @llvm.umax.i32(i32 %add, i32 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.
296115f
to
7225cd8
Compare
PR Link: llvm/llvm-project#85863