Skip to content

pre-commit: PRnikic/llvm-project/commit/37f1d405e40d9a12c0de48acd3bcb15a01d88f25 #2135

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/abc/optimized/giaUtil.ll
Original file line number Diff line number Diff line change
Expand Up @@ -17252,7 +17252,7 @@ Vec_StrCountEntry.exit22: ; preds = %Vec_StrCountEntry.e
%23 = udiv i32 %8, %22
%24 = add nsw i32 %23, -1
%25 = add nsw i32 %8, -1
%26 = zext nneg i32 %25 to i64
%26 = sext i32 %25 to i64
%27 = tail call i64 @fwrite(ptr noundef nonnull %11, i64 noundef 1, i64 noundef %26, ptr noundef nonnull %3)
%28 = tail call i32 (ptr, ...) @printf(ptr noundef nonnull dereferenceable(1) @.str.61, ptr noundef %1, i32 noundef %17, i32 noundef %24)
br label %29
Expand Down
3 changes: 0 additions & 3 deletions bench/abseil-cpp/optimized/node_hash_map_test.ll
Original file line number Diff line number Diff line change
Expand Up @@ -18129,12 +18129,9 @@ _ZSt6invokeIRKZN4absl18container_internal12raw_hash_setINS1_17NodeHashMapPolicyI
%36 = getelementptr i8, ptr %30, i64 %34
%37 = getelementptr i8, ptr %36, i64 %35
store i8 %28, ptr %37, align 1, !tbaa !453
%.val10.i.i.i.i = load ptr, ptr %29, align 8, !tbaa !32
%38 = getelementptr i8, ptr %5, i64 24
%.val11.i.i.i.i = load ptr, ptr %38, align 8, !tbaa !32
%39 = getelementptr inbounds nuw ptr, ptr %.val11.i.i.i.i, i64 %27
%40 = icmp ne ptr %.val10.i.i.i.i, null
tail call void @llvm.assume(i1 %40)
%.val.i.i.i.i = load ptr, ptr %2, align 8, !tbaa !528
%41 = tail call noalias noundef nonnull dereferenceable(40) ptr @_Znwm(i64 noundef 40) #41
%42 = load i32, ptr %.val.i.i.i.i, align 8, !tbaa !501
Expand Down
100 changes: 55 additions & 45 deletions bench/actix-rs/optimized/2wg1z1eatrkafji9.ll

Large diffs are not rendered by default.

Loading