-
Notifications
You must be signed in to change notification settings - Fork 4
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 PR87935 #600
Conversation
baseline: llvm/llvm-project@504cf55 |
@@ -259,7 +259,7 @@ Abc_Clock.exit166: ; preds = %Abc_Clock.exit164, | |||
%123 = load i64, ptr %83, align 8 | |||
%124 = lshr i64 %123, 56 | |||
%125 = trunc nuw nsw i64 %124 to i32 | |||
%.not197 = icmp eq i32 %125, 0 | |||
%.not197 = icmp ult i64 %123, 72057594037927936 |
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.
br i1 %cmp203.i.i.i, label %for.body21.preheader.i.i.i, label %_ZL21XXH3_len_129to240_64bPKhmS0_mm.exit.i.i | ||
|
||
for.body21.preheader.i.i.i: ; preds = %for.end.i.i.i | ||
%div25.i.i.i = lshr i64 %length, 4 | ||
%conv.i.i.i = trunc nuw i64 %length to i32 |
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.
%conv.i.i.i = trunc nuw i64 %length to i32 | ||
%div25.i.i.i = lshr i32 %conv.i.i.i, 4 | ||
%umax.i.i.i = tail call i32 @llvm.umax.i32(i32 %div25.i.i.i, i32 9) | ||
%wide.trip.count.i.i.i = zext nneg i32 %umax.i.i.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.
Regression.
@@ -301,7 +301,8 @@ llvm_debug_current_scope.exit.i: ; preds = %.critedge.i.i, %26 | |||
store i64 %7, ptr %33, align 8 | |||
%34 = getelementptr inbounds i8, ptr %0, i64 40 | |||
%35 = load ptr, ptr %34, align 8 | |||
%36 = tail call i32 @llvm.umax.i32(i32 %.sroa.4.0.extract.trunc.i, i32 1) | |||
%.not30.i = icmp ult i64 %7, 4294967296 | |||
%36 = select i1 %.not30.i, i32 1, i32 %.sroa.4.0.extract.trunc.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.
if.then21.i: ; preds = %for.end.i | ||
if.else19.i: ; preds = %for.end.i | ||
%cmp20.i = icmp ugt i64 %indvars.iv.i, 1 | ||
br i1 %cmp20.i, label %if.then21.i, label %if.end25.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.
@@ -5131,7 +5131,8 @@ while.body995.lr.ph: ; preds = %if.end990 | |||
%ref_message_ids1011 = getelementptr inbounds i8, ptr %rev, i64 456 | |||
%file1056 = getelementptr inbounds i8, ptr %rev, i64 1920 | |||
%mime_boundary1057 = getelementptr inbounds i8, ptr %rev, i64 352 | |||
%294 = and i64 %indvars.iv384, 2147483647 | |||
%sext396 = shl i64 %indvars.iv384, 32 | |||
%294 = ashr exact i64 %sext396, 32 |
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.
%arrayidx3.i = getelementptr inbounds [16 x [3 x %"class.icu_75::UnicodeString"]], ptr %fieldDisplayNames.i, i64 0, i64 %4, i64 %width.1 | ||
%12 = load ptr, ptr %dtpg, align 8 | ||
%fieldDisplayNames.i = getelementptr inbounds i8, ptr %12, i64 1288 | ||
%idxprom.i = and i64 %indvars.iv15.i, 4294967295 |
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.
br i1 %487, label %.lr.ph469.i, label %._crit_edge470.i | ||
|
||
.lr.ph469.i: ; preds = %_ZN4ofbxL19getTriCountFromPolyERKSt6vectorIiSaIiEEPi.exit.i | ||
%smax.i = call i32 @llvm.smax.i32(i32 %indvars1010.le, 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.
%or.cond = icmp ult i32 %27, 2 | ||
%cmp36 = icmp ult i64 %call14, 4294967296 | ||
%cmp37 = icmp eq i64 %ref.tmp.sroa.318.0.extract.shift, 4294967295 | ||
%or.cond = or i1 %cmp36, %cmp37 |
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.
@@ -3283,7 +3283,8 @@ define internal fastcc noundef ptr @timesub(ptr nocapture noundef readonly %0, i | |||
51: ; preds = %.critedge | |||
%52 = sdiv i64 %.074, 366 | |||
%53 = trunc nsw i64 %52 to i32 | |||
%54 = icmp eq i32 %53, 0 | |||
%.074.off = add nsw i64 %.074, 365 | |||
%54 = icmp ult i64 %.074.off, 731 |
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.
br i1 %132, label %.thread, label %_ZN8unscanny7Scanner3eat17h7eda3949b49f0e96E.exit.thread | ||
%133 = icmp eq i64 %.sroa.510.0.extract.shift, 1114112 | ||
%or.cond38 = or i1 %132, %133 | ||
br i1 %or.cond38, label %.thread, label %_ZN8unscanny7Scanner3eat17h7eda3949b49f0e96E.exit.thread |
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.
br i1 %146, label %152, label %142 | ||
%.not29 = icmp eq i64 %.sroa.514.0.extract.shift, 1114112 | ||
%.not = or i1 %.not29, %146 | ||
br i1 %.not, label %152, label %142 |
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.
%conv = zext i32 %0 to i64 | ||
%sub.i = add nsw i64 %conv, -1 | ||
%div.i.lhs.trunc = trunc i64 %sub.i to i32 | ||
%div.i11 = udiv i32 %div.i.lhs.trunc, 10 |
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#87935