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
2 changes: 1 addition & 1 deletion bench/eastl/optimized/BenchmarkSort.ll
Original file line number Diff line number Diff line change
Expand Up @@ -9715,7 +9715,7 @@ for.body23.lr.ph.i: ; preds = %for.inc262.i, %for.
%mul.i.i.i93.i = shl i64 %14, 9
%cmp.i.i391.i = icmp eq i64 %14, 0
%cmp16.i.i.i.i.i = icmp sgt i64 %14, 0
%add.ptr205.idx.i = shl i64 %14, 2
%add.ptr205.idx.i = shl nsw i64 %14, 2
%15 = call range(i64 0, 65) i64 @llvm.ctlz.i64(i64 %14, i1 true)
%sub.i.i455.i = shl nuw nsw i64 %15, 1
%mul.i456.i = xor i64 %sub.i.i455.i, 126
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/131522
export COMPTIME_MODE=0

# Please rebase manually
Expand Down