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
4 changes: 2 additions & 2 deletions bench/flac/optimized/replaygain.ll
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ define dso_local range(i32 0, 2) i32 @grabbag__replaygain_analyze(ptr noundef re
store float %100, ptr %101, align 4, !tbaa !13
%102 = icmp eq i32 %97, -2147483648
%103 = tail call i32 @llvm.abs.i32(i32 %97, i1 true)
%104 = tail call i32 @llvm.smax.i32(i32 %.10136190, i32 %103)
%105 = select i1 %102, i32 2147483647, i32 %104
%104 = select i1 %102, i32 2147483647, i32 %103
%105 = tail call i32 @llvm.smax.i32(i32 %.10136190, i32 %104)
%indvars.iv.next216 = add nuw nsw i64 %indvars.iv215, 1
%106 = add i32 %.7148188, 1
%exitcond219.not = icmp eq i64 %indvars.iv.next216, %wide.trip.count218
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/143020
export COMPTIME_MODE=0

# Please rebase manually
Expand Down