[llvm] [CodeGen][AArch64] Set min jump table entries to 13 for AArch64 targets (PR #71166)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 22:41:55 PST 2023


================
@@ -77,14 +77,19 @@ static cl::opt<AArch64PAuth::AuthCheckMethod>
                                         "to authenticated LR during tail call"),
                                cl::values(AUTH_CHECK_METHOD_CL_VALUES_LR));
 
+static cl::opt<unsigned> AArch64MinimumJumpTableEntries(
----------------
wangpc-pp wrote:

Do we still need another option for AArch64 here as we already have `-min-jump-table-entries` in `TargetLoweringBase.cpp`?

https://github.com/llvm/llvm-project/pull/71166


More information about the llvm-commits mailing list