-
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 PR67093 #28
Conversation
baseline: llvm/llvm-project@4b69689 |
@@ -1848,7 +1848,9 @@ if.end171: ; preds = %if.end165 | |||
%incdec.ptr172 = getelementptr inbounds i8, ptr %pos.addr.7, i64 1 | |||
%41 = load i8, ptr %pos.addr.7, align 1 | |||
%cmp175 = icmp eq i8 %41, 104 | |||
%cmp177 = icmp eq i8 %40, 0 | |||
%42 = icmp eq i8 %c.7, 99 |
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
%cdtd.sroa.3.0.call1.sroa_idx = getelementptr inbounds i8, ptr %arrayidx.i.i, i64 8 | ||
%cdtd.sroa.3.0.copyload = load ptr, ptr %cdtd.sroa.3.0.call1.sroa_idx, align 8 | ||
%cdtd.sroa.5.0.call1.sroa_idx = getelementptr inbounds i8, ptr %arrayidx.i.i, i64 16 | ||
%cdtd.sroa.5.0.copyload = load ptr, ptr %cdtd.sroa.5.0.call1.sroa_idx, align 8 | ||
%tobool = icmp ne ptr %cdtd.sroa.0.0.copyload, null | ||
%2 = lshr i64 100892729, %conv |
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
%tobool.not.i.i = icmp eq i8 %6, 0 | ||
%conv2.i.i = zext i1 %tobool.not.i.i to i64 | ||
%add.i.i = add nsw i64 %conv2.i.i, %conv1.i.i | ||
%7 = lshr i64 2164195328, %idxprom.i.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?
@@ -7050,14 +7050,15 @@ _Z32ImParseFormatSanitizeForScanningPKcPcm.exit: ; preds = %if.end36.i, %while. | |||
if.end5: ; preds = %_Z32ImParseFormatSanitizeForScanningPKcPcm.exit, %if.then3 | |||
%format.addr.0 = phi ptr [ %3, %if.then3 ], [ %format_sanitized, %_Z32ImParseFormatSanitizeForScanningPKcPcm.exit ] | |||
store i32 0, ptr %v32, align 4 | |||
%cmp7 = icmp ugt i64 %1, 3 | |||
%15 = add nsw i64 %idxprom.i, -4 |
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
@@ -3,22 +3,33 @@ source_filename = "bench/openssl/original/libdefault-lib-kem_util.ll" | |||
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" | |||
target triple = "x86_64-unknown-linux-gnu" | |||
|
|||
%struct.KEM_MODE = type { i32, ptr } |
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
@@ -784,8 +784,10 @@ trace_monitor_protocol_event_queue.exit.i: ; preds = %if.else.i.i.i, %if. | |||
%22 = load atomic i64, ptr @qemu_mutex_lock_func monotonic, align 8 | |||
%23 = inttoptr i64 %22 to ptr | |||
call void %23(ptr noundef nonnull @monitor_lock, ptr noundef nonnull @.str.18, i32 noundef 122) #13 | |||
%tobool.not.i = icmp eq i64 %14, 0 | |||
br i1 %tobool.not.i, label %if.then3.i, label %if.else4.i | |||
%24 = lshr i64 15270017394278143, %idxprom.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
PR Link: llvm/llvm-project#67093