We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0483f14 commit 3df1c67Copy full SHA for 3df1c67
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
@@ -72,7 +72,7 @@ static cl::opt<AArch64PAuth::AuthCheckMethod>
72
cl::values(AUTH_CHECK_METHOD_CL_VALUES_LR));
73
74
static cl::opt<unsigned> AArch64MinimumJumpTableEntries(
75
- "aarch64-min-jump-table-entries", cl::init(13), cl::Hidden,
+ "aarch64-min-jump-table-entries", cl::init(9), cl::Hidden,
76
cl::desc("Set minimum number of entries to use a jump table on AArch64"));
77
78
unsigned AArch64Subtarget::getVectorInsertExtractBaseCost() const {
0 commit comments