[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:49:32 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:
OK, I get it. Sorry for the noise.
https://github.com/llvm/llvm-project/pull/71166
More information about the llvm-commits
mailing list