Skip to content
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 PR88183 #491

Closed
wants to merge 2 commits into from
Closed

pre-commit: test PR88183 #491

wants to merge 2 commits into from

Conversation

dtcxzyw
Copy link
Owner

@dtcxzyw dtcxzyw commented Apr 10, 2024

Copy link
Contributor

baseline: llvm/llvm-project@e248f0d
patch: llvm/llvm-project#88183
sha256: 140a6fab30eb017d7a30234569192134d6c22c9a447bf292640efdeb9a40227a
commit: 5f85243
26 files changed, 9880 insertions(+), 9887 deletions(-)
5f85243 pre-commit: Update
bench/cmake/optimized/cfilters.c.ll
bench/curl/optimized/libcurl_la-cfilters.ll
bench/darktable/optimized/image.c.ll
bench/jemalloc/optimized/jemalloc.ll
bench/jemalloc/optimized/jemalloc.pic.ll
bench/jemalloc/optimized/jemalloc.sym.ll
bench/libquic/optimized/time_posix.cc.ll
bench/linux/optimized/intel_display_power_well.ll
bench/linux/optimized/intel_hdcp.ll
bench/linux/optimized/pcm_misc.ll
bench/linux/optimized/trace_sched_switch.ll
bench/linux/optimized/vgaarb.ll
bench/meshlab/optimized/filter_color_projection.cpp.ll
bench/meshlab/optimized/filter_texture.cpp.ll
bench/meshlab/optimized/texture_rendering.cpp.ll
bench/mitsuba3/optimized/x86assembler.cpp.ll
bench/openssl/optimized/libssl-lib-quic_reactor.ll
bench/openssl/optimized/libssl-shlib-quic_reactor.ll
bench/postgres/optimized/inv_api.ll
bench/postgres/optimized/spgutils.ll
bench/qemu/optimized/hw_usb_dev-hub.c.ll
bench/qemu/optimized/tcg.c.ll
bench/redis/optimized/jemalloc.ll
bench/redis/optimized/jemalloc.sym.ll
bench/sqlite/optimized/sqlite3.ll

@@ -14165,11 +14165,12 @@ if.end22: ; preds = %if.end18
%or11.i.i = or i8 %or8.i.i, %46
%or12.i.i = or i8 %or11.i.i, %cond10.i.i
store i8 %or12.i.i, ptr @malloc_slow_flags, align 1
%cmp.i.i62 = icmp ne i8 %or12.i.i, 0
%47 = icmp ne i8 %or11.i.i, 0
%cmp.i.i62 = or i1 %47, %tobool9.i.i
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression.

%or.cond.i.i = select i1 %cmp4.i.i, i1 true, i1 %cmp9.not.i.i
%10 = or i8 %bf.clear.i11, %bf.clear.i8
%cmp9.not.not.not.i.i = icmp eq i8 %10, 0
%or.cond.i.i = or i1 %cmp9.not.not.not.i.i, %cmp4.i.i
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression.

%12 = tail call i32 (ptr, ...) @errmsg(ptr noundef nonnull @.str, i32 noundef %1) #9
%8 = or disjoint i32 %7, %5
%9 = icmp eq i32 %8, 0
br i1 %9, label %10, label %14
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression.

@@ -964,39 +964,40 @@ for.body: ; preds = %for.body.lr.ph, %fo
br i1 %exitcond.not, label %for.end, label %for.body, !llvm.loop !9

for.end: ; preds = %for.body
%cmp20.not = icmp eq i32 %status.1, 0
%5 = icmp eq i32 %status.025, 0
%cmp20.not = and i1 %5, %tobool.not
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant