Skip to content
Closed
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
708 changes: 353 additions & 355 deletions bench/abc/optimized/bmcBmcAnd.c.ll

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions bench/graphviz/optimized/graph_generator.c.ll
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ define dso_local void @makeBall(i32 noundef %0, i32 noundef %1, ptr nocapture no

makeCylinder.exit: ; preds = %._crit_edge.us46.i, %3, %.preheader36.i
%.not23 = icmp slt i32 %1, 1
br i1 %.not23, label %._crit_edge, label %.lr.ph
br i1 %.not23, label %._crit_edge29, label %.lr.ph

.lr.ph: ; preds = %makeCylinder.exit, %.lr.ph
%.024 = phi i32 [ %22, %.lr.ph ], [ 1, %makeCylinder.exit ]
Expand All @@ -1228,22 +1228,21 @@ makeCylinder.exit: ; preds = %._crit_edge.us46.i,
%exitcond.not = icmp eq i32 %.024, %1
br i1 %exitcond.not, label %._crit_edge, label %.lr.ph

._crit_edge: ; preds = %.lr.ph, %makeCylinder.exit
._crit_edge: ; preds = %.lr.ph
%23 = mul nsw i32 %1, %0
%24 = add nsw i32 %23, 1
%25 = add nsw i32 %0, -1
%26 = mul nsw i32 %25, %1
%.not19.not25 = icmp slt i32 %26, %23
br i1 %.not19.not25, label %.lr.ph28, label %._crit_edge29
br label %.lr.ph28

.lr.ph28: ; preds = %._crit_edge, %.lr.ph28
%.1.in26 = phi i32 [ %.1, %.lr.ph28 ], [ %26, %._crit_edge ]
%.1 = add nsw i32 %.1.in26, 1
tail call void %2(i32 noundef %.1, i32 noundef %24) #14
%exitcond31.not = icmp eq i32 %.1, %23
br i1 %exitcond31.not, label %._crit_edge29, label %.lr.ph28
%.not19.not = icmp slt i32 %.1, %23
br i1 %.not19.not, label %.lr.ph28, label %._crit_edge29

._crit_edge29: ; preds = %.lr.ph28, %._crit_edge
._crit_edge29: ; preds = %.lr.ph28, %makeCylinder.exit
ret void
}

Expand Down
4 changes: 2 additions & 2 deletions bench/gromacs/optimized/atomdata.cpp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -5642,7 +5642,7 @@ define internal void @_ZN16nbnxn_atomdata_t23reduceForcesOverThreadsEv.omp_outli
%.not55 = icmp eq i64 %84, 0
call void @llvm.experimental.noalias.scope.decl(metadata !99)
call void @llvm.experimental.noalias.scope.decl(metadata !102)
%85 = icmp slt i32 %49, %51
%85 = icmp sgt i32 %47, 0
br i1 %.not55, label %.preheader49.i, label %.preheader.i

.preheader49.i: ; preds = %80
Expand Down Expand Up @@ -5737,7 +5737,7 @@ define internal void @_ZN16nbnxn_atomdata_t23reduceForcesOverThreadsEv.omp_outli
%.sroa.0.0.copyload = load i64, ptr %115, align 8
%116 = and i64 %.sroa.0.0.copyload, 1
%.not54 = icmp eq i64 %116, 0
%117 = icmp slt i32 %49, %51
%117 = icmp sgt i32 %47, 0
%or.cond = select i1 %.not54, i1 %117, i1 false
br i1 %or.cond, label %.lr.ph.preheader.i45, label %_ZL32nbnxn_atomdata_reduce_reals_simdPfbPPKfiii.exit

Expand Down
717 changes: 364 additions & 353 deletions bench/mold/optimized/output-chunks.cc.ALPHA.cc.ll

Large diffs are not rendered by default.

721 changes: 366 additions & 355 deletions bench/mold/optimized/output-chunks.cc.ARM32.cc.ll

Large diffs are not rendered by default.

719 changes: 365 additions & 354 deletions bench/mold/optimized/output-chunks.cc.LOONGARCH32.cc.ll

Large diffs are not rendered by default.

725 changes: 368 additions & 357 deletions bench/mold/optimized/output-chunks.cc.X86_64.cc.ll

Large diffs are not rendered by default.

873 changes: 437 additions & 436 deletions bench/opencv/optimized/bgfg_gsoc.cpp.ll

Large diffs are not rendered by default.

410 changes: 205 additions & 205 deletions bench/yosys/optimized/formalff.ll

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/setup_pre_commit_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
shopt -s inherit_errexit

export GITHUB_PATCH_ID="<user_name>/llvm-project/commit/<commit_hash>"
export GITHUB_PATCH_ID=llvm/llvm-project/pull/118726

# Please rebase manually
# git fetch origin
Expand Down