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
16 changes: 8 additions & 8 deletions bench/boost/optimized/static_string.ll
Original file line number Diff line number Diff line change
Expand Up @@ -8334,10 +8334,10 @@ define weak_odr hidden void @_ZN5boost14static_strings19basic_static_stringILm42
br i1 %8, label %9, label %_ZN5boost14static_strings19basic_static_stringILm420EcSt11char_traitsIcEE6resizeEmc.exit

9: ; preds = %5
%10 = sub nuw nsw i64 %1, %7
%11 = getelementptr inbounds nuw i8, ptr %0, i64 2
%12 = getelementptr inbounds nuw i8, ptr %11, i64 %7
tail call void @llvm.memset.p0.i64(ptr nonnull align 1 %12, i8 0, i64 %10, i1 false)
%10 = getelementptr inbounds nuw i8, ptr %0, i64 2
%11 = getelementptr inbounds nuw i8, ptr %10, i64 %7
%12 = sub nuw nsw i64 %1, %7
tail call void @llvm.memset.p0.i64(ptr nonnull align 1 %11, i8 0, i64 %12, i1 false)
br label %_ZN5boost14static_strings19basic_static_stringILm420EcSt11char_traitsIcEE6resizeEmc.exit

_ZN5boost14static_strings19basic_static_stringILm420EcSt11char_traitsIcEE6resizeEmc.exit: ; preds = %5, %9
Expand Down Expand Up @@ -8365,10 +8365,10 @@ define weak_odr hidden void @_ZN5boost14static_strings19basic_static_stringILm42
br i1 %9, label %10, label %_ZNSt11char_traitsIcE6assignEPcmc.exit

10: ; preds = %6
%11 = sub nuw nsw i64 %1, %8
%12 = getelementptr inbounds nuw i8, ptr %0, i64 2
%13 = getelementptr inbounds nuw i8, ptr %12, i64 %8
tail call void @llvm.memset.p0.i64(ptr nonnull align 1 %13, i8 %2, i64 %11, i1 false)
%11 = getelementptr inbounds nuw i8, ptr %0, i64 2
%12 = getelementptr inbounds nuw i8, ptr %11, i64 %8
%13 = sub nuw nsw i64 %1, %8
tail call void @llvm.memset.p0.i64(ptr nonnull align 1 %12, i8 %2, i64 %13, i1 false)
br label %_ZNSt11char_traitsIcE6assignEPcmc.exit

_ZNSt11char_traitsIcE6assignEPcmc.exit: ; preds = %10, %6
Expand Down
10 changes: 3 additions & 7 deletions bench/miniaudio/optimized/unity.c.ll
Original file line number Diff line number Diff line change
Expand Up @@ -150746,13 +150746,9 @@ if.end53: ; preds = %if.end46, %if.end33
%.pre.i169 = phi i64 [ %.pre.i169261, %if.end46 ], [ %.pre.i169260, %if.end33 ]
%riceParam.0 = phi i8 [ %conv.i130, %if.end46 ], [ %conv.i80, %if.end33 ]
%cmp55.not = icmp eq i8 %riceParam.0, -1
br i1 %cmp55.not, label %if.else62, label %if.then57

if.then57: ; preds = %if.end53
%cmp194.not.i = icmp eq i32 %samplesInPartition.0, 0
br i1 %cmp194.not.i, label %if.end73, label %for.body.lr.ph.i
br i1 %cmp55.not, label %if.else62, label %for.body.lr.ph.i

for.body.lr.ph.i: ; preds = %if.then57
for.body.lr.ph.i: ; preds = %if.end53
%conv.i.i = zext i8 %riceParam.0 to i32
%add.i.i165 = add nuw nsw i32 %conv.i.i, 1
%conv1.i.i = zext nneg i32 %add.i.i165 to i64
Expand Down Expand Up @@ -151417,7 +151413,7 @@ if.end66: ; preds = %if.end42.i.i208, %i
%tobool70.not = icmp eq i32 %call69, 0
br i1 %tobool70.not, label %return, label %if.end73

if.end73: ; preds = %if.end36.i.i, %if.then57, %if.end66
if.end73: ; preds = %if.end36.i.i, %if.end66
%cmp74 = icmp eq i32 %partitionsRemaining.0, 1
%sub78 = add nsw i32 %partitionsRemaining.0, -1
br i1 %cmp74, label %return, label %for.cond
Expand Down
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/122590
export COMPTIME_MODE=0

# Please rebase manually
Expand Down