[all-commits] [llvm/llvm-project] 061d45: [AArch64] Lower jump table cases threshold to 10
Guy David via All-commits
all-commits at lists.llvm.org
Tue Jun 10 08:30:45 PDT 2025
Branch: refs/heads/users/guy-david/aarch64-lower-jump-table-threshold
Home: https://github.com/llvm/llvm-project
Commit: 061d4588dafa61b011a39567e5724bbe9a531fe2
https://github.com/llvm/llvm-project/commit/061d4588dafa61b011a39567e5724bbe9a531fe2
Author: Guy David <guyda96 at gmail.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
Log Message:
-----------
[AArch64] Lower jump table cases threshold to 10
Previous stabs at this setting hypertuned it for SPEC2017, but Clang's
own compilation can benefit from a slightly lower threshold, yielding
0.3% improvement in compile time, while still maintaining a 0.1%
improvement in SPEC2017.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list