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: PR118458 #1798

Open
wants to merge 2 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
325 changes: 167 additions & 158 deletions bench/abc/optimized/giaFx.c.ll

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions bench/assimp/optimized/IFCReaderGen1_2x3.cpp.ll

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions bench/assimp/optimized/IFCReaderGen2_2x3.cpp.ll

Large diffs are not rendered by default.

283 changes: 144 additions & 139 deletions bench/boost/optimized/path.ll

Large diffs are not rendered by default.

513 changes: 262 additions & 251 deletions bench/coreutils-rs/optimized/389ib4lq03w39x6a.ll

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions bench/csmith/optimized/Variable.cpp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -1702,21 +1702,18 @@ define dso_local noundef zeroext i1 @_Z19equal_variable_setsRKSt6vectorIPK8Varia

.lr.ph: ; preds = %.preheader
%.not.i = icmp eq ptr %11, %12
br i1 %.not.i, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.preheader.i.preheader

.lr.ph.preheader.i.preheader: ; preds = %.lr.ph
%umax = tail call i64 @llvm.umax.i64(i64 %9, i64 1)
br label %.lr.ph.preheader.i
%umax.i = tail call i64 @llvm.umax.i64(i64 %9, i64 1)
br i1 %.not.i, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.preheader.i

.lr.ph.preheader.i: ; preds = %.lr.ph.preheader.i.preheader, %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit
%.011 = phi i64 [ %24, %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit ], [ 0, %.lr.ph.preheader.i.preheader ]
.lr.ph.preheader.i: ; preds = %.lr.ph, %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit
%.011 = phi i64 [ %24, %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit ], [ 0, %.lr.ph ]
%17 = getelementptr inbounds ptr, ptr %5, i64 %.011
%18 = load ptr, ptr %17, align 8
br label %.lr.ph.i

19: ; preds = %.lr.ph.i
%20 = add nuw i64 %.07.i, 1
%exitcond.not.i = icmp eq i64 %20, %9
%exitcond.not.i = icmp eq i64 %20, %umax.i
br i1 %exitcond.not.i, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.i, !llvm.loop !12

.lr.ph.i: ; preds = %19, %.lr.ph.preheader.i
Expand All @@ -1728,7 +1725,7 @@ define dso_local noundef zeroext i1 @_Z19equal_variable_setsRKSt6vectorIPK8Varia

_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit: ; preds = %.lr.ph.i
%24 = add nuw i64 %.011, 1
%exitcond.not = icmp eq i64 %24, %umax
%exitcond.not = icmp eq i64 %24, %umax.i
br i1 %exitcond.not, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.preheader.i, !llvm.loop !14

_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread: ; preds = %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit, %19, %.preheader, %.lr.ph, %2
Expand Down Expand Up @@ -1761,6 +1758,7 @@ define dso_local noundef zeroext i1 @_Z17sub_variable_setsRKSt6vectorIPK8Variabl

.lr.ph: ; preds = %.preheader
%.not.i = icmp eq ptr %11, %12
%umax.i = tail call i64 @llvm.umax.i64(i64 %16, i64 1)
br i1 %.not.i, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.preheader.i.preheader

.lr.ph.preheader.i.preheader: ; preds = %.lr.ph
Expand All @@ -1775,7 +1773,7 @@ define dso_local noundef zeroext i1 @_Z17sub_variable_setsRKSt6vectorIPK8Variabl

19: ; preds = %.lr.ph.i
%20 = add nuw i64 %.07.i, 1
%exitcond.not.i = icmp eq i64 %20, %16
%exitcond.not.i = icmp eq i64 %20, %umax.i
br i1 %exitcond.not.i, label %_Z18is_variable_in_setRKSt6vectorIPK8VariableSaIS2_EES2_.exit.thread, label %.lr.ph.i, !llvm.loop !12

.lr.ph.i: ; preds = %19, %.lr.ph.preheader.i
Expand Down
Loading