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 c2d434c commit 618cd48Copy full SHA for 618cd48
llvm/lib/Target/BPF/BPFISelLowering.cpp
@@ -40,7 +40,7 @@ static cl::opt<bool> BPFExpandMemcpyInOrder("bpf-expand-memcpy-in-order",
40
cl::desc("Expand memcpy into load/store pairs in order"));
41
42
static cl::opt<unsigned> BPFMinimumJumpTableEntries(
43
- "bpf-min-jump-table-entries", cl::init(5), cl::Hidden,
+ "bpf-min-jump-table-entries", cl::init(13), cl::Hidden,
44
cl::desc("Set minimum number of entries to use a jump table on BPF"));
45
46
static void fail(const SDLoc &DL, SelectionDAG &DAG, const Twine &Msg,
0 commit comments