-
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: PR121892 #1924
base: main
Are you sure you want to change the base?
pre-commit: PR121892 #1924
Conversation
runner: buildkitsandbox 32 files changed, 8530 insertions(+), 8235 deletions(-)
9b72f07 pre-commit: Update |
@@ -6178,12 +6181,11 @@ for.end163: ; preds = %for.body153 | |||
store float %.sroa.speculated.i10.i108, ptr %agg.tmp169330.sroa.7.0.agg.tmp1.i.sroa_idx, align 8 | |||
%agg.tmp169330.sroa.8.0.agg.tmp1.i.sroa_idx = getelementptr inbounds nuw i8, ptr %agg.tmp1.i, i64 28 | |||
store i32 %minCostSplitBucket.1, ptr %agg.tmp169330.sroa.8.0.agg.tmp1.i.sroa_idx, align 4 | |||
%cmp1720.i.i = icmp eq i32 %start, %end | |||
%cmp1720.i.i = icmp eq i64 %add.ptr.i328.idx, %.idx |
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.
It should be folded into icmp eq i32 %start, %end
. It is weird that it doesn't happen.
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.
We should further relax one-use constraint like llvm/llvm-project#76384
Link: llvm/llvm-project#121892
Requested by: @dtcxzyw